-
Notifications
You must be signed in to change notification settings - Fork 284
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
Retain auth on browser refresh #998
Comments
This would definitely be nice! |
Have you tried |
Thank you @Qu4tro that looked very promising and we had somehow missed it. Unfortunately, it looks like only a partial solution as it stands today. It seems to work if you manually paste in a bearer token, but if you are using an OAuth flow, which is our most important use case, the auth does not survive a page refresh, which makes sense because nothing is visible in local storage. |
I'm seeing the same behavior as @brunchboy described above. Is there any progress on this? |
Swagger has an option to preserve authorization on browser refresh/close
https://github.com/swagger-api/swagger-ui/pull/5939/files
It would be great if RapiDoc could do the same. I use BASIC auth and would like a 'remember me' option.
The text was updated successfully, but these errors were encountered: