MicahParks / keyfunc

Create a jwt.Keyfunc for JWT parsing with a JWK Set or given cryptographic keys (like HMAC) in Golang.
Apache License 2.0
274 stars 45 forks source link

Wrap errors #104

Closed MicahParks closed 10 months ago

MicahParks commented 10 months ago

The purpose of this pull request is to wrap errors, where appropriate.

See https://github.com/MicahParks/keyfunc/issues/103