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 go-jose v4 #275

Closed mwiesenbauer closed 1 month ago

mwiesenbauer commented 4 months ago

📝 Checklist

🔧 Changes

update go-jose v2 to v4 with new namespace and amended tests and examples accordingly. As a side effect of the update go 1.21 is required.

📚 References

closes https://github.com/auth0/go-jwt-middleware/issues/269

🔬 Testing