Ember Oauth2 Versions Save

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

v2.0.5-beta

4 years ago
  • Update ember-cli
  • Use ES6
  • Update Tests
  • cleanup

v2.0.4-beta

5 years ago
  • ember-cli-babel as dependecy
  • format with Prettier
  • fix travis.ci build for headless google chrome

v2.0.3-beta

6 years ago
  • fix typo in scope
  • update ci to use Chrome headless
  • update ci to use node 6.11

v2.0.0-beta

7 years ago

Converted to EmberAddon and turned EmberOAuth2 into a service

  • Updated testing to use Ember-Qunit
  • Update project README

v2.0.1-beta

7 years ago
  • Update NPM author info

v2.0.2-beta

7 years ago
  • add setProvider method
  • change init to not take providerId

v1.1.0

8 years ago
  • Add verifyToken method to handle mitigation of the confused deputy
  • Fix bug with checking of state

v1.0.1

8 years ago
  • Update getState function to not take a param argument and use the configure statePrefix to find the state from localStorage.
  • This makes getState and getToken perform the same way and avoids confusion with the api
  • fix bug where handleRedircect could not find the stateObj

v1.0.0

8 years ago
  • Drop support for deprecated callback methods onSuccess, onError, and onRedirect. Callbacks can be called using Ember.Evented trigger with the targets success, error, and redirect.

v0.7.0

8 years ago
  • Add support Authorization Grant Flow