Sha256: 8882c1e2344a5e266e7da607ba4de5c44835cd1ecbeaf2a56d5af325ea75ab97
Contents?: true
Size: 837 Bytes
Versions: 2
Compression:
Stored size: 837 Bytes
Contents
# ember-auth-rails `ember-auth` provides token authentication support to [ember.js](http://emberjs.com/). ## Installation Add this line to your application's Gemfile: gem 'ember-auth-rails' And then execute: $ bundle Or install it yourself as: $ gem install ember-auth-rails Add `ember-auth` to sprockets. `application.js`: //= require ember-auth Add the `ember-auth-source` gem to control dependencies explicitly: $ gem install ember-auth-source --version '3.0.0' ## Usage See [README](https://github.com/heartsentwined/ember-auth) at the main `ember-auth` site. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ember-auth-rails-4.0.1 | README.md |
ember-auth-rails-4.0.0 | README.md |