0.8.0 • Published 9 years ago

ember-cli-simple-auth-oauth2 v0.8.0

Weekly downloads
35
License
MIT
Repository
github
Last release
9 years ago

Ember Simple Auth OAuth 2.0

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

Installation

Ember Simple Auth OAuth 2.0 requires at least Ember CLI 0.0.44.

ember install ember-cli-simple-auth
ember install ember-cli-simple-auth-oauth2

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-oauth2

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-oauth2
ember generate ember-cli-simple-auth-oauth2

Configuration

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

ENV['simple-auth-oauth2'] = {
  serverTokenEndpoint: 'http://path.com/to/your/access_token/end_point'
};

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

0.8.0

9 years ago

0.8.0-beta.3

9 years ago

0.8.0-beta.2

9 years ago

0.8.0-beta.1

9 years ago

0.7.3

9 years ago

0.7.2

9 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.6.7

10 years ago

0.6.6

10 years ago

0.6.5

10 years ago

0.6.4-1

10 years ago

0.6.4

10 years ago

0.6.3

10 years ago

0.6.2

10 years ago