-
Notifications
You must be signed in to change notification settings - Fork 35
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
Implement logout #34
Comments
Hi, thanks for raising this. My understanding is ueberauth only focuses on authenticating requests and doesn't look to implement anything in addition to that. This doesn't necessarily mean this library couldn't support additional authentication features, though to break consistency with other ueberauth adapters I feel it would need to be clear why it is necessary. I have had a quick look at some of the official ueberauth adapters (google, facebook, github) and those don't appear to support logout. Are you aware of any other adapters that support this feature? |
I‘m not deep enough in the topic to be honest. I also don’t know what a User really wants. |
Thanks for the feedback. I think it would be great to look into this feature and I'm definitely open to a PR if anyone reading this is interested. |
As far as I see, there is no logout implemented. Or did I missed something?
https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-web-app-sign-user-sign-in?tabs=aspnetcore#sign-out
The text was updated successfully, but these errors were encountered: