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!
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!