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

https://github.com/manifoldco/go-jwt

Convenience wrapper for JWT creation
https://github.com/manifoldco/go-jwt

go golang jose jwt

Last synced: 3 months ago
JSON representation

Convenience wrapper for JWT creation

Awesome Lists containing this project

README

          

# go-jwt

Convenience wrapper for JWT creation

[Code of Conduct](./.github/CONDUCT.md) |
[Contribution Guidelines](./.github/CONTRIBUTING.md)

[![GitHub release](https://img.shields.io/github/tag/manifoldco/go-jwt.svg?label=latest)](https://github.com/manifoldco/go-jwt/releases)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/manifoldco/go-jwt)
[![Travis](https://img.shields.io/travis/manifoldco/go-jwt/master.svg)](https://travis-ci.org/manifoldco/go-jwt)
[![Go Report Card](https://goreportcard.com/badge/github.com/manifoldco/go-jwt)](https://goreportcard.com/report/github.com/manifoldco/go-jwt)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](./LICENSE.md)

## Description

This package is used by [grafton](https://github.com/manifoldco/grafton) to
generate JWTs.