whyrusleeping / jwt-go-secp256k1

A secp256k1 signature method for dgrijalva/jwt-go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jwt-go-secp256k1

An implementation of a secp256k1 Verification Method for github.com/golang-jwt/jwt.

Implements two different algorithms:

  • ES256K
  • ES256K-R

The latter allows for public key recovery.

About

A secp256k1 signature method for dgrijalva/jwt-go.


Languages

Language:Go 100.0%