We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module: 5.0.0-1667386184.dfbbb54 nuxt: 2.15.3
auth: { strategies: { cookie: { options: { domain: '.ofertalia.com.br', secure: process.env.NODE_ENV === 'production' }, token: { property: 'data.accessTokenCookie', required: true, type: '' }, user: { property: '' }, endpoints: { login: { url: 'google-authentication', method: 'post' }, logout: { url: 'auth/logout', method: 'get' }, user: { url: 'users', method: 'get', withCredentials: true } } } } },
set cookies to all subdomains
its not respecting my cookie domain configuration
am i forgeting something??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
module: 5.0.0-1667386184.dfbbb54
nuxt: 2.15.3
Nuxt configuration
mode:
Nuxt configuration
What is expected?
set cookies to all subdomains
What is actually happening?
its not respecting my cookie domain configuration
am i forgeting something??
The text was updated successfully, but these errors were encountered: