Socket
Socket
Sign inDemoInstall

ember-cli-simple-auth-devise

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-cli-simple-auth-devise

Include the Ember Simple Auth devise extension library into an Ember CLI application.


Version published
Weekly downloads
14
increased by16.67%
Maintainers
1
Install size
11.5 kB
Created
Weekly downloads
 

Readme

Source

Ember Simple Auth Devise

This is an npm package that contains the Ember Simple Auth devise extension library packaged as an Ember CLI Addon.

Installation

Ember Simple Auth Devise requires at least Ember CLI 0.0.44.

To install simply run

ember install ember-cli-simple-auth
ember install ember-cli-simple-auth-devise

in your Ember CLI project's root.

If you're using Ember CLI 0.2.2 or older, run

ember install:addon ember-cli-simple-auth
ember install:addon ember-cli-simple-auth-devise

If you're using Ember CLI 0.1.4 or older, run

npm install --save-dev ember-cli-simple-auth
ember generate ember-cli-simple-auth
npm install --save-dev ember-cli-simple-auth-devise
ember generate ember-cli-simple-auth-devise

Configuration

Ember Simple Auth Devise uses the Ember CLI project's configuration as defined in config/environment.js. Configure values for ENV['simple-auth-devise'], e.g.:

ENV['simple-auth-devise'] = {
  resourceName: 'account'
};

For the actual Ember Simple Auth repository see https://github.com/simplabs/ember-simple-auth

Keywords

FAQs

Last updated on 17 Jun 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc