Sha256: d81a55bc951ae9fc9b326a8436c8e6f4aad2ef4f7e26751d0e91e9a5db06f8eb

Contents?: true

Size: 887 Bytes

Versions: 2

Compression:

Stored size: 887 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 '(your desired version)'
```

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

2 entries across 2 versions & 1 rubygems

Version Path
ember-auth-rails-5.0.1 README.md
ember-auth-rails-4.0.3 README.md