UNPKG

ember-cli-admin-auth

Version:
43 lines (26 loc) 1.32 kB
#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