Dont use non-standard characters in cookie names #1633
fogine
started this conversation in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
This module should not use non-standard cookie names. It should use alphabetical characters only so its simple to use in established programs like nginx.
Describe the solution you'd like to see
change cookie names eg. from
auth._token.localto ->auth_token_localDescribe alternatives you've considered
As far as I know its currently possible to change prefix
auth.toauth_viaauth.cookie.prefixin nuxt.config but it still adds.localto the cookie name..Beta Was this translation helpful? Give feedback.
All reactions