dgrijalva / jwt-go

ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
https://github.com/golang-jwt/jwt
MIT License
10.78k stars 994 forks source link

Compliance with RFC 7797 and 8725 #398

Open newsoft opened 4 years ago

newsoft commented 4 years ago

README.md mentions compliance with RFC 7519. This one has newer revisions: RFC 7797 and RFC 8725. Do you confirm jwt-go compliance with those? Thank you.