This project proposes a JWT middleware for Go applications, with the core functionality to verify requests with JWT objects. The underlying JOSE implementation comes from the jwx
library. It is just a simpler, less flexible version of the jwauth
middleware, brought to us by the chi
team.