Skip to content

Conversation

DerSimeon
Copy link

closes #75
This pull request includes a change to the src/runtime/server/utils/session.ts file to make the session cookie name configurable through an environment variable.

Configuration changes:

  • src/runtime/server/utils/session.ts: Modified the sessionName constant to use the value of the NUXT_OIDC_AUTH_SESSION_COOKIE_NAME environment variable if it is set, otherwise defaulting to 'nuxt-oidc-auth'.

@r4id4h
Copy link

r4id4h commented Aug 10, 2025

Can somebody please merge this PR?

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

Successfully merging this pull request may close these issues.

Custom cookie name for the session
2 participants