auth0 / go-jwt-middleware

A Middleware for Go Programming Language to check for JWTs on HTTP requests
MIT License
1.08k stars 205 forks source link

use github.com/pkg/errors #98

Closed grounded042 closed 3 years ago

grounded042 commented 3 years ago

Small fix, but allows for giving better errors and stack traces for those errors.