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
in local provider I have in nuxt.config.ts:
session: { enableRefreshOnWindowFocus: true, enableRefreshPeriodically: 3600000 },
it would be nice if it were possible to add :
session: { required:true, callback: '/login' , enableRefreshOnWindowFocus: true, enableRefreshPeriodically: 3600000 },
so when it gets a session response without session /error.. it will redirect immediatly to the callback url
im not sure.. but i think adding and option for visibilityHandler or for enableRefreshOnWindowFocus and enableRefreshPeriodically.
The text was updated successfully, but these errors were encountered:
@iamdagy Do you mean an option to automatically redirect to /login page when session invalidates?
/login
Sorry, something went wrong.
No branches or pull requests
Describe the feature
in local provider I have in nuxt.config.ts:
it would be nice if it were possible to add :
so when it gets a session response without session /error.. it will redirect immediatly to the callback url
How would you implement this?
im not sure.. but i think adding and option for visibilityHandler or for enableRefreshOnWindowFocus and enableRefreshPeriodically.
Additional information
Provider
The text was updated successfully, but these errors were encountered: