https://github.com/marcinwyszynski/kmsjwt
KMS implementation of `jwt.SigningMethod`
https://github.com/marcinwyszynski/kmsjwt
jwt kms
Last synced: about 1 year ago
JSON representation
KMS implementation of `jwt.SigningMethod`
- Host: GitHub
- URL: https://github.com/marcinwyszynski/kmsjwt
- Owner: marcinwyszynski
- License: mit
- Created: 2018-09-02T09:23:12.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T09:47:43.000Z (over 4 years ago)
- Last Synced: 2025-02-15T11:32:20.890Z (over 1 year ago)
- Topics: jwt, kms
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kmsjwt
[](http://godoc.org/github.com/marcinwyszynski/kmsjwt)
[](https://circleci.com/gh/marcinwyszynski/kmsjwt/tree/master)
[](https://goreportcard.com/report/github.com/marcinwyszynski/kmsjwt)
[](https://codecov.io/gh/marcinwyszynski/kmsjwt)
This little utility library provides an [AWS KMS](https://aws.amazon.com/kms/)-based implementation of [`jwt.SigningMethod`](https://godoc.org/github.com/dgrijalva/jwt-go#SigningMethod).
You will be using an instance of `context.Context` as the encryption key.