You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when calling forget(), it clears the auth data in local storage so the oauth can start again. However, since it uses native web views and cookies are not cleared, one faces the same issue as described by this user: spotify/ios-sdk#151
Basically the data from the previous user remains in the webview.
Is it possible to have a way to perform completely a logout?
=> clear the cookies? Not sure it's the best way with SFSafariWebView
=> open logout page for spotify auth (didn't find the URL). See https://github.com/OAuthSwift/OAuthSwift/wiki/Logout
Thanks!
Greg
The text was updated successfully, but these errors were encountered:
Hello,
when calling forget(), it clears the auth data in local storage so the oauth can start again. However, since it uses native web views and cookies are not cleared, one faces the same issue as described by this user: spotify/ios-sdk#151
Basically the data from the previous user remains in the webview.
Is it possible to have a way to perform completely a logout?
=> clear the cookies? Not sure it's the best way with SFSafariWebView
=> open logout page for spotify auth (didn't find the URL). See https://github.com/OAuthSwift/OAuthSwift/wiki/Logout
Thanks!
Greg
The text was updated successfully, but these errors were encountered: