Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

OIDC Authentication for server side rendering Apps such as Next.js / Remix / Nuxt #29

Open
samithaf opened this issue Nov 17, 2022 · 0 comments
Labels

Comments

@samithaf
Copy link

Due to performance issues of Single Page Apps, React core team suggesting to use a framework which is capable of doing server side rendering.

If the Application want to render protected/secure data in the server then compute layer need to have access to the JWT token. Most likely will need to save the JWT in a session cookie to enable this feature.

I wonder if you have any official guideline for Node.js since Next.js / Remix / Nuxt all doing the server side rendering using the Node runtime?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants