Skip to content

dattp/jwt-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

implement jwt in nodejs

JWT - draft

Thành phần cơ bản của mã jwt
  • header: chứa các thông tin về type, algorithm.
  • payload: chứa thông tin sẽ được lưu trong jwt.
  • signature: phần đc mã hoá base64 chuỗi đc hash từ header(base64) và payload(base64) và 1 secret key .

About

implement jwt in nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published