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?

Using `react-oidc-context` and storing the `access_token` and `refresh_token` together

I am looking for a "best practises" approach for creating SPAs protected using OIDC + PKCE.
Most of our applications are hosted on two independent web servers with a load balancer routing requests to them in a round-robin configu… Continue reading Using `react-oidc-context` and storing the `access_token` and `refresh_token` together