ember-cli-simple-auth
Advanced tools
Comparing version 0.8.0-beta.2 to 0.8.0-beta.3
@@ -6,4 +6,4 @@ module.exports = { | ||
afterInstall: function() { | ||
return this.addBowerPackageToProject('ember-simple-auth', '0.8.0-beta.2'); | ||
return this.addBowerPackageToProject('ember-simple-auth', '0.8.0-beta.3'); | ||
} | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.8.0-beta.2", | ||
"version": "0.8.0-beta.3", | ||
"description": "Include the Ember Simple Auth base library into an Ember CLI application.", | ||
@@ -8,0 +8,0 @@ "main": "index.js", |
@@ -44,1 +44,13 @@ # Ember Simple Auth | ||
https://github.com/simplabs/ember-simple-auth | ||
## Generators | ||
This addon comes with some generators that help with creating custom | ||
authenticators, authorizers, session stores or sessions: | ||
``` | ||
ember generate authenticator custom | ||
ember generate authorizer custom | ||
ember generate session-store custom | ||
ember generate session custom | ||
``` |
5685
15
87
56