Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.01 KB

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