## angular-token-auth
Example of Token-based authentication in AngularJS with Express.
First, install dependencies using npm:
npm install
Run the example:
node auth.server.js
and go to localhost:8080.
For a complete example handling social providers, enterprise authentication with LDAP/Active Directory, and user/password, check out Auth0 Angular integration.
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
This project is licensed under the MIT license. See the LICENSE file for more info.