🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ember-auth-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-auth-rails

5.0.1
Rubygems
Version published
Maintainers
1
Created
Source

ember-auth-rails

ember-auth provides token authentication support to ember.js.

Installation

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

Usage

Read the docs.

See README at the main ember-auth site.

Contributing

  • 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

FAQs

Package last updated on 30 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts