An open API service indexing awesome lists of open source software.

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`

Awesome Lists containing this project

README

          

# kmsjwt

[![Godoc](https://godoc.org/github.com/marcinwyszynski/kmsjwt?status.svg)](http://godoc.org/github.com/marcinwyszynski/kmsjwt)
[![CircleCI](https://circleci.com/gh/marcinwyszynski/kmsjwt/tree/master.svg?style=svg)](https://circleci.com/gh/marcinwyszynski/kmsjwt/tree/master)
[![Go Report Card](https://goreportcard.com/badge/github.com/marcinwyszynski/kmsjwt)](https://goreportcard.com/report/github.com/marcinwyszynski/kmsjwt)
[![codecov](https://codecov.io/gh/marcinwyszynski/kmsjwt/branch/master/graph/badge.svg)](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.