-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: OAuth disconnect #93
Conversation
I've made a PR to really disconnect the user that should be added to this PR: lenra-io/client_common#96 |
See ory/hydra#1754 (comment) for a potential fix |
Waiting for lenra-io/client_common#105 |
I tested this on the main page (store page) of the client but I did NOT test it on an application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems OK
Description of the changes
If there is no access token in local storage, the access token in OAuthModel should not act as an authentication method.
Checklist
I included unit tests that cover my changes
I added/updated the documentation about my changes
Technical highlight/advice