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

authData is not initialized when revoking #57

Closed
daichi1021 opened this issue Jan 10, 2018 · 3 comments
Closed

authData is not initialized when revoking #57

daichi1021 opened this issue Jan 10, 2018 · 3 comments
Assignees

Comments

@daichi1021
Copy link

Since authData has not been initialized when revoking, there is no way to check if the current session is valid after logout. Is it possible to set authData to nil when calling the logout method?

@mike4aday mike4aday self-assigned this Jan 10, 2018
@mike4aday
Copy link
Owner

Thanks @daichi1021 - I'll look into this shortly.

@daichi1021
Copy link
Author

Thank you!

If authData does not become nil, if it was offline at application startup, it was not possible to determine whether to proceed or not.

Even when there is time, we will be happy to respond.

@mike4aday
Copy link
Owner

@daichi1021 - thanks. This is implemented in the new v.6.0.2. The authData is cleared in the revoke method (see line 216 in ConnectedApp.swift)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants