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 know that I can get the URL I'm looking for using the
@oauth_before_login.connect decorator ,
but I still get redirected, so it really does me no good. Is there another way to get that specific url?
The end result I'm going for would open up the parameterized_url via the front end in a new window, so they could login with the provider.
Any help would be greatly appreciated as I love using flask-dance!
The text was updated successfully, but these errors were encountered:
Hi,
Instead of this behavior:
I'd like to do something like this:
Is there a way to do this that I'm missing?
I know that I can get the URL I'm looking for using the
@oauth_before_login.connect decorator ,
but I still get redirected, so it really does me no good. Is there another way to get that specific url?
The end result I'm going for would open up the parameterized_url via the front end in a new window, so they could login with the provider.
Any help would be greatly appreciated as I love using flask-dance!
The text was updated successfully, but these errors were encountered: