Custom cookie name on 'local' Scheme #1573
epartipilo
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
-
What problem does this feature solve?
The ability to use the same cookie in different subdomains that does not use Nuxt or Vue + Vuex
What does the proposed changes look like?
strategies: {
local: {
cookieName: 'ajwt'
...
}
}
Beta Was this translation helpful? Give feedback.
All reactions