/angular-token-auth

Token-based authentication in AngularJS

Primary LanguageJavaScriptMIT LicenseMIT

## angular-token-auth

Example of Token-based authentication in AngularJS with Express.

Build and Run

First, install dependencies using npm:

npm install

Run the example:

node server.js

and go to localhost:8080.

License

Licensed under the MIT license.