aniaw / angular-token-auth

Token-based authentication in AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## 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 auth.server.js

and go to localhost:8080.

More advanced scenarios?

For a complete example handling social providers, enterprise authentication with LDAP/Active Directory, and user/password, check out Auth0 Angular integration.

Issue Reporting

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.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

Token-based authentication in AngularJS

License:MIT License


Languages

Language:JavaScript 83.1%Language:HTML 16.9%