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

Extract window opener #10

Closed theodorton closed 10 years ago

theodorton commented 10 years ago

We're going to use this in a Phonegap environment, and it was a bit hard to override the part where a window is opened without copy/pasting the whole authorize function. This PR should make that easier.

theodorton commented 10 years ago

I think something got messed up when this PR was merged, will look into it later.