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: 12 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T09:35:46.000Z (almost 9 years ago)
- Last Synced: 2025-06-24T07:06:31.414Z (12 months ago)
- Topics: angularjs-authentication, auth, authorization, bearer-authentication, ng-enoa
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 4
- 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.