https://github.com/xmidt-org/jwskeychain
A Go library for handling certificate-based trust chain signatures for JWS and JWTs.
https://github.com/xmidt-org/jwskeychain
Last synced: 2 months ago
JSON representation
A Go library for handling certificate-based trust chain signatures for JWS and JWTs.
- Host: GitHub
- URL: https://github.com/xmidt-org/jwskeychain
- Owner: xmidt-org
- License: apache-2.0
- Created: 2024-12-30T21:15:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T05:10:51.000Z (3 months ago)
- Last Synced: 2025-03-04T06:22:29.017Z (3 months ago)
- Language: Go
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwskeychain
A Go library for handling certificate-based trust chain secured JWS and JWTs.
[](https://github.com/xmidt-org/jwskeychain/actions/workflows/ci.yml)
[](https://codecov.io/gh/xmidt-org/jwskeychain)
[](https://goreportcard.com/report/github.com/xmidt-org/jwskeychain)
[](https://github.com/xmidt-org/jwskeychain/blob/main/LICENSE)
[](https://github.com/xmidt-org/jwskeychain/releases)
[](https://pkg.go.dev/github.com/xmidt-org/jwskeychain)## Features
- Extracts and validates the certificate chains from JWS/JWTs against trusted roots.
- Customizable trust policies and options## Installation
To install the library, use `go get`:
```sh
go get github.com/xmidt-org/jwskeychain
```