Releases: golang-cz/jwtauth
Releases · golang-cz/jwtauth
v1.0.0: Create fork with github.com/golang-jwt/jwt dependency
This is a fork of github.com/go-chi/jwtauth without the API breaking changes introduced in v1.1.0.
- This repo uses community-maintained JWT package
github.com/golang-jwt/jwt
, which is now an officially recognized successor to the originalgit.luolix.top/dgrijalva/jwt-go
package. - The upstream repository switched to
github.com/lestrrat-go/jwx
package instead, which has a different API, and thus introduces major breaking changes that might lead to lots of code refactoring.
We hope this fork will save you some of your precious time. Enjoy!