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

[Authentication] ITokenCache.Cleared and IAuthenticationService.LoggedOut being called when not logged in #745

Closed
nickrandolph opened this issue Sep 21, 2022 · 0 comments
Labels
kind/bug Something isn't working

Comments

@nickrandolph
Copy link
Contributor

nickrandolph commented Sep 21, 2022

Related to: #744

Current behavior

Attempt to login with invalid credentials
Auth fails (expected)
ITokenCache.Cleared and IAuthenticationService.LoggedOut events are raised (not expected)

Expected behavior

Attempt to login with invalid credentials
Auth fails (expected)
No events raised

@nickrandolph nickrandolph added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification. labels Sep 21, 2022
@nickrandolph nickrandolph removed the triage/untriaged Indicates an issue requires triaging or verification. label Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant