Skip to content

Releases: amkirwan/ember-oauth2

v2.0.5-beta: Merge pull request #43 from amkirwan/2-0-5-beta-r

12 Aug 21:47
9582dd3
Compare
Choose a tag to compare
  • Update ember-cli
  • Use ES6
  • Update Tests
  • cleanup

v2.0.4-beta

04 Jun 02:16
b8d458e
Compare
Choose a tag to compare
  • ember-cli-babel as dependecy
  • format with Prettier
  • fix travis.ci build for headless google chrome

v2.0.3-beta

30 Sep 17:05
Compare
Choose a tag to compare
  • fix typo in scope
  • update ci to use Chrome headless
  • update ci to use node 6.11

v2.0.2-beta

10 Oct 22:31
Compare
Choose a tag to compare
  • add setProvider method
  • change init to not take providerId

v2.0.1-beta: update version to 2.0.1-beta

10 Oct 22:31
Compare
Choose a tag to compare

v2.0.0-beta

10 Oct 22:32
Compare
Choose a tag to compare

Converted to EmberAddon and turned EmberOAuth2 into a service

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

v1.1.0

20 Jan 05:11
Compare
Choose a tag to compare
  • Add verifyToken method to handle mitigation of the confused deputy
  • Fix bug with checking of state

v1.0.1

20 Oct 19:21
Compare
Choose a tag to compare
  • 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

08 Aug 02:19
Compare
Choose a tag to compare
  • 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

04 Aug 17:02
Compare
Choose a tag to compare
  • Add support Authorization Grant Flow