csand / ember-cli-simple-auth

The Ember Simple Auth base library packaged as an Ember CLI Addon

Home Page:http://ember-simple-auth.simplabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember Simple Auth

This is an npm package that contains the Ember Simple Auth base library packaged as an Ember CLI Addon.

Installation

To install simply run

npm install --save-dev ember-cli-simple-auth

in your Ember CLI project's root.

Ember CLI now uses window.[AppName]ENV for environment configuration variables. Ember Simple Auth relies on window.ENV to read its configuration from though, so you'll also need to add this line to your app/index.html file:

  window.MyAppENV = {{ENV}};
+ window.ENV = window.MyAppENV;
  window.EmberENV = window.MyAppENV.EmberENV;

For the actual Ember Simple Auth repository see https://github.com/simplabs/ember-simple-auth

About

The Ember Simple Auth base library packaged as an Ember CLI Addon

http://ember-simple-auth.simplabs.com

License:MIT License