Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 431 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 431 Bytes

JAM

Jwt Auth Middleware for Go

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.