mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #521] Properly logging out #341
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#341
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nodediggity on GitHub (Mar 8, 2019).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/521
Description:
Forgive me if I'm missing something obvious, once I have an authenticated session, how can I instruct
OAuthSwiftthat I would like to log out a user out?I was expecting to find a method somewhere that is almost the opposite of
authorizeso I may revoke tokens / clear state and redirect the user as appropriate.OAuth Provider? (Twitter, Github, ..):
Custom - Microsoft Identity Server
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
9.3 (Swift 4.1)
9.0 (Swift 4.0)
9.0 (Swift 3.2)
8.x (Swift 3.x)
8.0 (Swift 2.3)
7.3.1
other: 10.1 (Swift 4.2)
objective c
@nodediggity commented on GitHub (Mar 8, 2019):
Please close this issue, I have found exactly what I needed, thank you.
@phimage commented on GitHub (Mar 8, 2019):
There is no standard I think for that , depend on the provider.
See Wiki page about it