GOSE is JOSE/JWT/JWK/JWS/JWKS implemented in Go with Helpers, and examples.
It contains implementations of the JOSE suite of types and helpers for many different use cases.
- Direct encryption with AEAD mechanisms is not completely following RFC 7516
- Simple
- Compliant
- Safe
- Efficient
- Extensible
Examples are provided under the /examples
folder to illustrate correct use of this package.
$ govulncheck ./... ─╯
Scanning your code and 139 packages across 9 dependent modules for known vulnerabilities...
No vulnerabilities found.