Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.
This repository was 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

@samithaf

Description

@samithaf

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions