Comparing version 0.3.1 to 0.3.2
### master | ||
### v0.3.2 | ||
* [ENHANCEMENT] Generate model and template separate so ember doesn't even ask to override the route. | ||
### v0.3.1 | ||
* [BUGFIX] Sails Server does not crash anymore when logging in with credentials that do not exists | ||
* [BUGFIX] Sails Server does not crash anymore when logging in with credentials that do not exists |
@@ -68,5 +68,9 @@ module.exports = { | ||
generates: [{ | ||
type: 'resource', | ||
type: 'model', | ||
name: 'user', | ||
parameters: 'username:string' | ||
}, | ||
{ | ||
type: 'template', | ||
name: 'user' | ||
}] | ||
@@ -73,0 +77,0 @@ }); |
{ | ||
"name": "sane-auth", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"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@alpha | ||
npm install -g sane-cli@alpha | ||
``` | ||
@@ -18,0 +18,0 @@ |
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
21555
452