-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Feat: Make 5 minute cookie expiration for login process customizable #55
Comments
Can you first check if you have the most current version and if you use Nuxt SSR? There were some changes in route handling in the last few versions. |
I use And this is my config from
|
Please update to the most current version and verify, if the problems are still the same. Which oidc provider do you use, so I can check if I am able to reproduce?
|
After updating to the latest version, I no longer receive reports about this issue. However, I was able to reproduce the error under specific conditions: |
Hi @AsbDaryaee, |
Thank you @itpropro |
Hi, I've been using
nuxt-oidc-auth
for a while and everything seems fine, but some users have trouble with authentication.When user is done with authentication and redirects to the
redirectUri
, the error appears.I Checked the console and the error below was there:
Also this message was in my terminal:
WARN [Vue Router warn]: No match found for location with path "/auth/oidc/login"
Can anyone help me figure it out and fix the problem?
The text was updated successfully, but these errors were encountered: