repositorypackage
0.0.0-20240525195154-98c0032b9b5c
Repository: https://github.com/iscultas/jwt-go.git
Documentation: pkg.go.dev
# README
JWT
JWT library for Go
Implemented standards and best practice
Standart | Implemented | Notes |
---|---|---|
JSON Web Signature (JWS) | Yes | |
JSON Web Encryption (JWE) | No | |
JSON Web Key (JWK) | Yes | |
JSON Web Algorithms (JWA) | Partly | Only parts applicable to JWS |