https://github.com/trungquandev/nodejs-jwt-authenticate-user
NodeJS authenticate user with JWT (JSON Web Tokens) - https://trungquandev.com
https://github.com/trungquandev/nodejs-jwt-authenticate-user
Last synced: 28 days ago
JSON representation
NodeJS authenticate user with JWT (JSON Web Tokens) - https://trungquandev.com
- Host: GitHub
- URL: https://github.com/trungquandev/nodejs-jwt-authenticate-user
- Owner: trungquandev
- License: apache-2.0
- Created: 2019-09-27T03:46:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T03:08:11.000Z (over 1 year ago)
- Last Synced: 2025-09-08T19:32:40.490Z (28 days ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 52
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeJS authenticate user with JWT (JSON Web Tokens) ["accessToken" & "refreshToken"]
## Lưu ý quan trọng: Hướng dẫn ở repo này đã cũ vì mình làm từ 2019. Các bạn xem phần mình update mới nhất ở đây nhé: https://youtu.be/XwQ-wxfCeJs
## Requirements
* Nodejs 8.10.x
Clone project and run test.
```
$ git clone https://git_url_clone
$ cd
$ npm install
$ node src/server.js
```Guide for this repository is here:
https://trungquandev.com/nodejs-xac-thuc-nguoi-dung-su-dung-jwt-token-refreshtoken/
Author: Trung Quân
Blog: https://trungquandev.com/
CV: https://cv.trungquandev.com/
"A little bit of fragrance always clings to the hands that gives you roses!"
Thanks for watching!