Comparing version 0.3.2 to 0.3.3
### master | ||
### v0.3.3 | ||
* [ENHANCEMENT] Updated `bcrypt` | ||
* [BUGFIX] Updated `express-jwt` and `jsonwebtoken` to fix security issues | ||
* [BUGFIX] Fixed some ember 2.0 deprecation warnings | ||
* [BUGFIX] Fixed JSHint unused variable warning | ||
* [BUGFIX] Allow public access to the `AppController` `serve` function, which otherwise causes issues when deploying | ||
### v0.3.2 | ||
@@ -4,0 +12,0 @@ * [ENHANCEMENT] Generate model and template separate so ember doesn't even ask to override the route. |
@@ -45,5 +45,5 @@ module.exports = { | ||
addNpmPackages: [ | ||
{ name: 'bcrypt', target: '~0.8.1'}, | ||
{ name: 'express-jwt', target: '~1.0.0'}, | ||
{ name: 'jsonwebtoken', target: '~3.2.2'}, | ||
{ name: 'bcrypt', target: '~0.8.2'}, | ||
{ name: 'express-jwt', target: '~3.0.0'}, | ||
{ name: 'jsonwebtoken', target: '~5.0.0'}, | ||
] | ||
@@ -50,0 +50,0 @@ }); |
@@ -20,3 +20,3 @@ import Ember from 'ember'; | ||
contentType: 'application/json' | ||
}).then(function(response) { | ||
}).then(function(/*response*/) { | ||
_this.transitionTo('login'); | ||
@@ -23,0 +23,0 @@ |
@@ -30,3 +30,5 @@ /** | ||
'*': "hasToken", | ||
AppController: { | ||
'serve': true | ||
}, | ||
UserController: { | ||
@@ -33,0 +35,0 @@ "create": true, |
{ | ||
"name": "sane-auth", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A Sane Stack Addon giving you basic OAauth2-JWT authentication for the full stack", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -15,3 +15,3 @@ <h1> | ||
```sh | ||
npm install -g sane-cli@alpha | ||
npm install -g sane-cli@beta | ||
``` | ||
@@ -18,0 +18,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21962
455