auth0-ember-simple-auth
Version:
Ember-simple-auth addon for Auth0 + Lock.js
15 lines (10 loc) • 398 B
Markdown
# Auth0 + Ember simple auth seed
This is the seed project to get you started with an ember application that uses auth0-ember-simple-auth.
## Running the example
* Install node
* Install bower
* Install ember-cli (`npm i -g ember-cli`)
* Run `npm install`
* Run `bower install`
* Run `ember server --port 7357`
Goto [http://localhost:7357](http://localhost:7357) to see the application running.