Ember Oauth2 Versions Save

JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) with Ember.js

v0.6.0

8 years ago

-- Remove global distribution -- Bump project bower and node dependencies. -- Bump Ember to ~ 0.13.0

v0.5.5

9 years ago
  • Provide funtion to remove the token from localstorage
  • Provide funtion to remove the state from localstorage
  • Funtion to get the stateKeyName and tokenKeyName

v0.5.4

9 years ago
  • Added support for versions of Ember >= 1.7

v0.5.3

9 years ago
  • Can now use window.EmberENV for config along with window.ENV.
  • Fixed issue where mini files had wrong version header.
  • Better error reporting when configuration file is not formatted correctly.

v0.5.2

9 years ago
  • Update Ember dependeny to 1.7
  • Moved bower install dependences from vendor to bower_components
  • Add dist dir to repo for bower installs

v0.5.1

9 years ago
  • Fixed bug where the random UUID for the state was not being set.
  • openWindow resolves with a reference to the dialog window and rejects with an error if the dialog window fails to open.

v0.5.0

9 years ago
  • Update library to use ES6 module
  • Export to both Global and AMD module
  • Use window.ENV['ember-oauth2'] for config
  • OpenWindow now returns reference to dialog on resolve, on reject object with reference to dialog and error.

v0.4.0

9 years ago
  • Isolates function for opening window so that it can be overridden
  • Login dialog window returns a promise, it resolves on success and reject on error

v0.3.3

10 years ago

Compatible with Ember.js from 1.0 up to 2.0

v0.3.2

10 years ago
  • remove files not needed in npm package
  • add build files to dist dir for package managers