Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 364 Bytes

File metadata and controls

25 lines (14 loc) · 364 Bytes

## 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.