Skip to content
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

Remove isAuthenticated check that is executed before signout #170

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

pavinduLakshan
Copy link
Contributor

@pavinduLakshan pavinduLakshan commented Jul 12, 2024

Purpose

It's not necessary to execute isAuthenticated check before signing out, but the SDK does run check prior executing the signOut method.

Note: sending id token hint as a parameter will not be affected by this change, as the ID token is taken from the session storage and it is not cleared on session timeout.

Related issues

@pavinduLakshan pavinduLakshan merged commit 1c51fd6 into main Jul 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot sign out an already session expired user
2 participants