Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emallates/ng-enoa-auth
Token-based AngularJS Authentication
https://github.com/emallates/ng-enoa-auth
angularjs-authentication auth authorization bearer-authentication ng-enoa
Last synced: 2 days ago
JSON representation
Token-based AngularJS Authentication
- Host: GitHub
- URL: https://github.com/emallates/ng-enoa-auth
- Owner: Emallates
- License: mit
- Created: 2016-07-12T06:14:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T09:35:46.000Z (over 7 years ago)
- Last Synced: 2024-12-22T09:52:10.679Z (17 days ago)
- Topics: angularjs-authentication, auth, authorization, bearer-authentication, ng-enoa
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng-enoa-auth
Token-based AngularJS Authentication
Setup
============### Install
### npm
```npm install ng-enoa-auth --save ```### bower
```bower install ng-enoa-auth --save ```### Usage
var app = angular.module("app",['ng-enoa-auth']);
Thats it. You dont need to do anything else.