danilobuerger / redux-implicit-oauth2

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

Add ability to specify popup size for authentication window #9

Closed bcongdon closed 7 years ago

bcongdon commented 7 years ago

width and height of the authorization popup window can be specified in config.

The default (a 400x400 window) stays unchanged.

Addresses #7

danilobuerger commented 7 years ago

Hi, @bcongdon. Thank you for the PR, I really appreciate it. Could you please extend the README.md to show how to use width and height and also mention the defaults? Other than that, it's good to go.

bcongdon commented 7 years ago

Yup! I updated the README; I hope the changes there are descriptive enough of what's changed.

danilobuerger commented 7 years ago

Thanks!