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

Potential Simultaneous OAuth Problem #75

Open
kylemacomber opened this issue Apr 21, 2011 · 0 comments
Open

Potential Simultaneous OAuth Problem #75

kylemacomber opened this issue Apr 21, 2011 · 0 comments

Comments

@kylemacomber
Copy link
Owner

I make it possible to be authorizing in two different windows at the same time, however I make the OAuthController a shared instance. I need to only allow the user to authorize in a single place at once, otherwise all the different tokens will go crazy on my ass.

The solution: when the user clicks authorize it launches the Preferences window and the authorization happens there, thus if it is already in progress when the user clicks authorize it will just show that window and will not start a new authorization process.

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

No branches or pull requests

1 participant