Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.