go-chi / jwtauth

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

Added more methods from RFC 7519 standard. #80

Open DroidZed opened 1 year ago

DroidZed commented 1 year ago

I find it kinda annoying to not have a helper method for the other fields found in RFC 7519 registered claims section, even if it's a one liner for each part, I really thought it would be helpful to add these methods and make our lives n lines less painful.