danilobuerger / redux-implicit-oauth2

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

Allow for Authorization URL to already contain '?' #4

Closed duergner closed 7 years ago

duergner commented 7 years ago

This will allow to use an authorization URL that already contains a query string as it checks when adding the OAuth2 parameter whether a '?' is already present on the authorization URL and will use the appropriate append character

duergner commented 7 years ago

@danilobuerger would love to get this integrated and released as we require this to work with our OAuth2 setup at Zalando where we already have a query parameter on the authorize URL which will indicate the "realm" we want to work on.

danilobuerger commented 7 years ago

@duergner Thanks for the PR. I will review it tonight!

danilobuerger commented 7 years ago

Published as 1.0.2. Thanks again.

duergner commented 7 years ago

Thanks for the quick response in merging