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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: