Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Auth can fail if app is killed in background #41

Open
mike-ferenduros opened this issue Oct 4, 2013 · 0 comments
Open

Auth can fail if app is killed in background #41

mike-ferenduros opened this issue Oct 4, 2013 · 0 comments
Labels

Comments

@mike-ferenduros
Copy link

When a user is sent to the browser as part of the authentication flow, the client app can be killed due to memory-pressure. The browser callback will start the app back up, but TMTumblrAuthenticator has lost the state it needs to complete authentication so it fails (if you initialise it before calling handleOpenURL), or crashes (if you forget to).

@irace irace added bug and removed enhancement labels Dec 4, 2014
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants