An open API service indexing awesome lists of open source software.

https://github.com/jstutorials/angular_js_with_nodejs_jwt

This angular application is doing user authentication using nodejs JWT.
https://github.com/jstutorials/angular_js_with_nodejs_jwt

angular1 angularjs jwt-authentication

Last synced: 5 months ago
JSON representation

This angular application is doing user authentication using nodejs JWT.

Awesome Lists containing this project

README

          

# angular_js_with_nodejs_jwt
This angular application is doing user authentication using nodejs JWT.

#Run angular js application
* clone this repository
* change nodejs url as per your node app url, deafult is http://localhost:3000/
* dependent nodejs app is: https://www.js-tutorials.com/javascript-tutorial/user-authentication-using-jwt-json-web-token-node-js/