-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add logout support #66
Comments
Currently blocking on sergiodxa/remix-auth#125 |
Are there any updates regarding this issue? |
Hello! At the moment my work consumes almost all my hours, as soon as I have any free time will look into this issue to work on it |
Updates? |
Seems like https://github.com/sergiodxa/remix-auth needs to add the option to use the strategy for logout first. :( |
@roj1512 - looks like @sergiodxa doesn't think this is related to |
Describe the bug
Currently, the authenticator.logout method is not logging the user out in auth0.
See this issue for further details:
sergiodxa/remix-auth-oauth2#15
Current usage
Right now I have to manually do the auth0 logout by doing a double redirect in my logout function:
Expected usage
Your Example Website or App
https://test.com
Steps to Reproduce the Bug or Issue
authenticator.logout
Expected behavior
Ths user should be logged out of auth0 when using
authenticator.logout
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: