https://github.com/thalesgroup/gose
GOSE = JOSE and friends for the Go developer
https://github.com/thalesgroup/gose
golang jsonwebtoken security
Last synced: 6 months ago
JSON representation
GOSE = JOSE and friends for the Go developer
- Host: GitHub
- URL: https://github.com/thalesgroup/gose
- Owner: ThalesGroup
- License: mit
- Created: 2019-11-07T11:44:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T16:47:22.000Z (about 1 year ago)
- Last Synced: 2025-02-27T17:41:01.070Z (about 1 year ago)
- Topics: golang, jsonwebtoken, security
- Language: Go
- Homepage:
- Size: 191 KB
- Stars: 12
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOSE - JOSE and friends for the Go developer
## Overview
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.
## Known Issues
* Direct encryption with AEAD mechanisms is not completely following [RFC 7516](https://tools.ietf.org/html/rfc7516)
## Mission
- Simple
- Compliant
- Safe
- Efficient
- Extensible
## Examples
Examples are provided under the `/examples` folder to illustrate correct use of this package.
## Vulnerability check
```sh
$ govulncheck ./...
Scanning your code and 139 packages across 9 dependent modules for known vulnerabilities...
No vulnerabilities found.
```