Sha256: 9b93e027cc62c2f173b071be77f9662692865bdda379100f2cff810a1b615f66

Contents?: true

Size: 870 Bytes

Versions: 1

Compression:

Stored size: 870 Bytes

Contents

# ember-auth-rails

`ember-auth` provides token authentication support to
[ember.js](http://emberjs.com/).

## Installation

`Gemfile`:

```ruby
gem 'ember-auth-rails'
gem 'ember-auth-source' # specify versioning here to ensure compatibility
```

```sh
$ bundle update
```

Or install directly:

```sh
$ gem install ember-auth-rails
$ gem install ember-auth-source --version '6.0.2'
```

Add `ember-auth` to sprockets. `application.js`:

```javascript
//= require ember-auth
```

## Usage

Read the [docs](http://ember-auth.herokuapp.com).

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

1 entries across 1 versions & 1 rubygems

Version Path
ember-auth-rails-4.0.2 README.md