Skip to content

Releases: JamesRandall/AngularJS-OAuth2

Resolved promise syntax issue

08 Dec 21:11

Choose a tag to compare

Template retrieval now uses the .then syntax as opposed to the deprecated .success.

npm support

14 Mar 18:48

Choose a tag to compare

Released as an npm package, bower continues to be supported.

Support for alternative token storage strategies

29 Feb 11:37

Choose a tag to compare

  • Addition of a token-storage-handler attribute to allow for alternative token storage strategies. See readme.md for details.

Bug fixes

25 Feb 13:43

Choose a tag to compare

  • Fix contributed by ciaranj for handling redirect on the / path (#30)
  • Fix for mishandling in clicks within the padded area of the button in the default template

Bug fixes

25 Feb 12:44

Choose a tag to compare

  • Fix contributed by ciaranj for handling redirect on the / path (#30)
  • Fix for mishandling in clicks within the padded area of the button in the default template

Silent token renewal and docs

21 Jan 17:39

Choose a tag to compare

Added the silent token renewal feature and fully documented the directive rather than relying on my blog