danilobuerger / redux-implicit-oauth2

OAuth 2.0 Implicit Grant Flow with Redux
MIT License
30 stars 20 forks source link

Don't want Login to be a popup #10

Closed apablado closed 7 years ago

apablado commented 7 years ago

Is there a way to configure the Login as a redirect and not as pop up?

danilobuerger commented 7 years ago

Not at the moment. Whats your use case? If you did do a redirect, wouldnt you loose all your redux state?

apablado commented 7 years ago

For this particular UC this is not an issue, because the actual application starts after de login.

danilobuerger commented 7 years ago

I don't see this as a great fit for this library.