-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
I noticed that the session cookie name is currently hardcoded as nuxt-oidc-auth
:
const sessionName = 'nuxt-oidc-auth' |
I was wondering if there is a way to customize this cookie name?
The issue I am facing is that multiple services, which are proxied under the same host address, are using the same cookie. As a result, these services overwrite each other's sessions when accessed, causing conflicts.
Is there any existing option or workaround that would allow me to set a custom cookie name for the session, or could this be added as a feature?
Thank you in advance for your help, and thank you for all the great work on this module!
nathanbrizzee-cdcr, itpropro and Eschricht
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request