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
-
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.local
to ->auth_token_local
Describe alternatives you've considered
As far as I know its currently possible to change prefix
auth.
toauth_
viaauth.cookie.prefix
in nuxt.config but it still adds.local
to the cookie name..Beta Was this translation helpful? Give feedback.
All reactions