go-chi / jwtauth

JWT authentication middleware for Go HTTP services
MIT License
541 stars 91 forks source link

Continuation of JWKS support from PR #71 #85

Open davidallendj opened 6 months ago

davidallendj commented 6 months ago

This PR continues the work from PR #71 to add JWKS support, but removes the dynamic verifier as requested.

davidallendj commented 3 weeks ago

@pkieltyka Can I get a review for this?