ember-auth
provides token authentication support to
ember.js.
Gemfile
:
gem 'ember-auth-rails'
gem 'ember-auth-source' # specify versioning here to ensure compatibility
$ bundle update
Or install directly:
$ gem install ember-auth-rails
$ gem install ember-auth-source --version '(your desired version)'
Add ember-auth
to sprockets. application.js
:
//= require ember-auth
Read the docs.
See README at the main
ember-auth
site.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request