Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limit-zero/ember-modlr-auth
A library for implementing authentication/authorization via modlr in Ember.js applications.
https://github.com/limit-zero/ember-modlr-auth
addon authentication ember ember-addon modlr
Last synced: 19 days ago
JSON representation
A library for implementing authentication/authorization via modlr in Ember.js applications.
- Host: GitHub
- URL: https://github.com/limit-zero/ember-modlr-auth
- Owner: limit-zero
- License: mit
- Created: 2017-02-26T22:07:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T16:16:20.000Z (almost 8 years ago)
- Last Synced: 2024-12-17T03:29:56.905Z (about 1 month ago)
- Topics: addon, authentication, ember, ember-addon, modlr
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ember-modlr-auth
- Size: 42 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-modlr-auth
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-modlr-auth`
* `npm install`
* `bower install`## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).## Running Tests
* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).