pingone-sample-js
pingone-sample-js copied to clipboard
OIDC Authentication for server side rendering Apps such as Next.js / Remix / Nuxt
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?