You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using auth-module on a Nuxt.js app to have Auth0 as the authentication system.
It's working great but I want to extend the expiration of the user session so that he doesn't have to login every day.
It seems to work fine for a couple of hours, but on the following day, he has to login again.
I tried to setup the cookie configuration of auth-module to expire after 30 days but it seems to not affect this, probably because I need to do something to renew the Auth0 token.
Version
v4.9.1
Reproduction link
https://jsfiddle.net/
Steps to reproduce
I'm using auth-module on a Nuxt.js app to have Auth0 as the authentication system.
It's working great but I want to extend the expiration of the user session so that he doesn't have to login every day.
It seems to work fine for a couple of hours, but on the following day, he has to login again.
I tried to setup the cookie configuration of auth-module to expire after 30 days but it seems to not affect this, probably because I need to do something to renew the Auth0 token.
This is my configuration on nuxt.config.js:
Is there any way to renew Auth0 token?
What is expected ?
Ideally, for expires or expires_in options to work with Auth0.
What is actually happening?
Auth0 session seems to expire in less than one day and I don't see a way to renew the token without forcing the user to login again.
The text was updated successfully, but these errors were encountered: