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.
- Host: GitHub
- URL: https://github.com/jstutorials/angular_js_with_nodejs_jwt
- Owner: jstutorials
- Created: 2017-07-29T17:25:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T17:41:29.000Z (over 8 years ago)
- Last Synced: 2025-03-16T13:13:29.831Z (12 months ago)
- Topics: angular1, angularjs, jwt-authentication
- Language: CSS
- Homepage: https://www.js-tutorials.com/javascript-tutorial/part-2-angularjs-user-authentication-using-node-js-jwt/
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/