Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Oct 27, 2013
1 parent c5d092a commit d1cdf18
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.0.4

* made the library compliant to RFC 6749
* added the application route mixin with `login`, `logout`, `loginSucceeded`,
`loginFailed` actions
* added callbacks for use with external OpenID/OAuth providers
* more examples
* added automatic token refreshing

# 0.0.3

* changed header to standard `Authorization` instead of the custom header, see
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A lightweight and unobtrusive library for implementing token based authentication with Ember.js that only has minimal requirements on the server interface.",
"homepage": "https://github.com/simplabs/ember-simple-auth",
"authors": ["Marco Otte-Witte"],
"version": "0.0.3",
"version": "0.0.4",

"directories": {
"lib": "lib"
Expand Down

0 comments on commit d1cdf18

Please sign in to comment.