0.8.0-beta.2.CUSTOM.0 • Published 10 years ago
ember-cli-simple-auth-custom-mars v0.8.0-beta.2.CUSTOM.0
Warning: Do not use if you DO NOT know what you are doing
Ember Simple Auth
This is an npm package that contains the Ember Simple Auth base library packaged as an Ember CLI Addon.
Installation
Ember Simple Auth requires at least Ember CLI 0.0.44.
To install simply run
ember install ember-cli-simple-authin your Ember CLI project's root.
If you're using Ember CLI 0.2.2 or older, run
ember install:addon ember-cli-simple-authIf you're using Ember CLI 0.1.4 or older, run
npm install --save-dev ember-cli-simple-auth
ember generate ember-cli-simple-authConfiguration
Ember Simple Auth uses the Ember CLI project's configuration as defined in
config/environment.js. Configure values for ENV['simple-auth'], e.g.:
ENV['simple-auth'] = {
serverTokenRevocationEndpoint: '/revoke'
};For the actual Ember Simple Auth repository see https://github.com/simplabs/ember-simple-auth
0.8.0-beta.2.CUSTOM.0
10 years ago
0.8.0-beta.2.CUSTOM
11 years ago