Categorygithub.com/ericvolp12/jwt-go-secp256k1
repositorypackage
0.0.2
Repository: https://github.com/ericvolp12/jwt-go-secp256k1.git
Documentation: pkg.go.dev

# README

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.