Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
go get github.com/golang-jwt/jwtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and sign a JWT token with HMAC-SHA256.
Use v5 for new projects; migrate from v3 by updating import paths and API calls.
No dependency data recorded yet.