Best practises regarding authentication in SPA/API solutions with SSO

There is really not that great information on what the best practices are for auth in SPA/API solutions. Most of them just say use JWTs and auth code flow in the SPA. There is a ton of information regarding auth in a SPA where you are requ… Continue reading Best practises regarding authentication in SPA/API solutions with SSO

Is it possible to disallow external IPs from accessing a page of a React site? [migrated]

I’m currently learning React to host a personal website (on an Ubuntu server) and am port forwarding it to allow access from the internet.
However, for security reasons, I’d like one or more pages to only be accessed on my LAN. If an exter… Continue reading Is it possible to disallow external IPs from accessing a page of a React site? [migrated]

How can I use Let’s Encrypt while forwarding from host to personal server?

I have a domain name hosted with hostPapa.ca
I would like to forward all requests to my home server.
Is it possible to add a Let’s Encrypt certificate to do this:
http://mydomainname.com -> https://w.x.y.z:3006
https://mydomainname.com … Continue reading How can I use Let’s Encrypt while forwarding from host to personal server?