borancar / gose

GOSE = JOSE and friends for the Go developer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

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.

Mission

  • Simple
  • Compliant
  • Safe
  • Efficient
  • Extensible

Examples

Examples are provided under the /examples folder to illustrate correct use of this package.

About

GOSE = JOSE and friends for the Go developer

License:MIT License


Languages

Language:Go 99.8%Language:Makefile 0.2%