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-1624817847.21691f1 nuxt: 2.16.1
auth: { strategies: { local: { scheme: 'refresh', token: { property: 'access_token', default: 300, required: true }, refreshToken: { property: 'refresh_token', data: 'refresh_token', maxAge: 60 * 60 * 24 * 30 }, user: { property: false }, endpoints: { login: { url: '/auth/sign-in', method: 'post' }, refresh: { url: '/auth/refresh-token', method: 'post' }, user: { url: '/auth/me', method: 'get' }, logout: { url: '/auth/logout', method: 'post' } } } } },
⚠️ without a minimal reproduction we won't be able to look into your issue
Load the user data in $auth.user
When jwt has many permissions, the module seems to not setting the data in $auth.user variable ( Token has 5Kb )
execute await this.$auth.loginWith with the corresponding params
I try to set the user info manually as I saw on other bug reports but also doesn't work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
module: 5.0.0-1624817847.21691f1
nuxt: 2.16.1
Nuxt configuration
Reproduction
What is expected?
Load the user data in $auth.user
What is actually happening?
When jwt has many permissions, the module seems to not setting the data in $auth.user variable
( Token has 5Kb )
Steps to reproduce
execute await this.$auth.loginWith with the corresponding params
Additional information
I try to set the user info manually as I saw on other bug reports but also doesn't work
Checklist
The text was updated successfully, but these errors were encountered: