Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 343 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 343 Bytes

Go Example JWT Server

Go-based JWT Tokenizer Implementation Algo: "HS256"

Handler

http://127.0.0.1:8080

JWT Token Server

http://127.0.0.1:8081/token

Variables

  • SigningKey (256-bit JWT secret)

Variables

Header => claims["authorized"]

Payload => claims["wallet"]

Token Time => claims["expired"]