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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/ember-admin/ember-cli-admin-auth
- Owner: ember-admin
- License: mit
- Created: 2015-02-18T18:22:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T14:10:27.000Z (over 10 years ago)
- Last Synced: 2025-09-27T07:54:34.649Z (8 months ago)
- Language: JavaScript
- Homepage: https://github.com/ember-admin/ember-cli-admin-auth
- Size: 141 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Ember-Cli-Admin-Auth
[](https://travis-ci.org/ember-admin/ember-cli-admin-auth)
[](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