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

Added support for adding ember-cli config in config/environment.js #14

Closed garth closed 9 years ago

garth commented 10 years ago

Avoids having to define an additional global ENV in the latest version of ember-cli

amkirwan commented 9 years ago

Looks good. I'll merge the update in the next day or two. Thanks.