https://github.com/covidtrace/jwt
Golang JWT helper library
https://github.com/covidtrace/jwt
jwt
Last synced: 4 months ago
JSON representation
Golang JWT helper library
- Host: GitHub
- URL: https://github.com/covidtrace/jwt
- Owner: covidtrace
- License: mit
- Created: 2020-04-06T19:14:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T15:25:14.000Z (about 6 years ago)
- Last Synced: 2024-07-04T03:10:11.015Z (about 2 years ago)
- Topics: jwt
- Language: Go
- Homepage: https://covidtrace.com
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# covidtrace/jwt
JWT is a simplified wrapper around [jwt-go](https://github.com/dgrijalva/jwt-go)
that is used by COVID Trace for issuing and verifying JWT tokens. Token claims
include a `covidtrace:hash` identifier and a `covidtrace:refreshed` count of the
number of times a token has been refreshed.