An open API service indexing awesome lists of open source software.

https://github.com/ember-admin/ember-cli-admin-auth

Ember-Cli-Admin-Auth is a plugin for Ember-Cli-Admin(https://github.com/ember-admin/ember-cli-admin) that provides easy way to add authorization functionality.
https://github.com/ember-admin/ember-cli-admin-auth

Last synced: 12 months ago
JSON representation

Ember-Cli-Admin-Auth is a plugin for Ember-Cli-Admin(https://github.com/ember-admin/ember-cli-admin) that provides easy way to add authorization functionality.

Awesome Lists containing this project

README

          

#Ember-Cli-Admin-Auth

[![Build Status](https://travis-ci.org/ember-admin/ember-cli-admin-auth.svg)](https://travis-ci.org/ember-admin/ember-cli-admin-auth)
[![npm version](https://badge.fury.io/js/ember-cli-admin-auth.svg)](http://badge.fury.io/js/ember-cli-admin-auth)

Ember-Cli-Admin-Auth is a plugin for [Ember-Cli-Admin] [2] that provides easy way to add authorization functionality.

##Installation

```
ember install:addon ember-cli-admin-auth
```

Or if you're using Ember CLI 0.1.4 or older:

```
npm install --save-dev ember-cli-admin-auth
ember generate ember-cli-admin-auth
```

##Auth Provider

This plugin is based on awesome [ember-cli-simple-auth] [3].

As you may know, this package use different providers for authorization.

By default, Ember-Cli-Admin-Auth use [devise provider] [4].

Support for other authorizers will be added in future releases.

If you need one just now, you can easily add it, everything you need is to edit some files, generated by Ember-Cli-Admin-Auth.

For details please see [ember-cli-simple-auth] [3] docs.

##License

[Licensed under MIT license] [1]

[1]:http://opensource.org/licenses/mit-license.php
[2]:https://github.com/ember-admin/ember-cli-admin
[3]:https://github.com/simplabs/ember-cli-simple-auth
[4]:https://github.com/simplabs/ember-cli-simple-auth-devise