Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Nov 14, 2013
1 parent c4d1869 commit 2d29d20
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.0.8

* clear password on login, see #29
* fixed prevention of sending `Authorization` header with cross-origin requests
* added Ember.SimpleAuth.crossOriginWhitelist to also sent `Authorization` header with configured cross-origin requests

# 0.0.7

* use session cookies to store the session properties (see #30)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7
0.0.8
2 changes: 1 addition & 1 deletion docs/yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ember.SimpleAuth API",
"description": "Ember.SimpleAuth is a __lightweight library for implementing token based authentication/authorization__ with Ember.js applications. It has minimal requirements with respect to the application structure, routes etc. While __it follows the RFC 6749 and RFC 6750 specifications__ it can support a wide range of different server APIs and also external OAuth/OpenID providers like Facebook, Google etc. with little customization effort.",
"version": "0.0.7",
"version": "0.0.8",
"url": "http://ember-simple-auth.simplabs.com",
"github_url": "https://github.com/simplabs/ember-simple-auth",
"options": {
Expand Down
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.7",
"version": "0.0.8",

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

0 comments on commit 2d29d20

Please sign in to comment.