amkirwan / ember-oauth2

JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) with Ember.js
MIT License
133 stars 22 forks source link

Center Oauth authorization window #33

Closed catpham closed 5 years ago

catpham commented 6 years ago

The Oauth authorization window currently opens in the top left corner of the screen.

screen shot 2018-03-02 at 5 09 17 pm

I have a commit ready to center it, if that is something you'd be open to adding!

screen shot 2018-03-02 at 5 20 46 pm

I did try to open a PR, but was denied access.

Let me know if you'd be interested in having the child Oauth authorization window be centered 😊