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

Adds b64 awareness #421

Open metinisov24 opened 4 years ago

lggomez commented 3 years ago

Hi @metinisov24, per https://github.com/dgrijalva/jwt-go/issues/462 this repo has been deprecated and migrated to a new organization: https://github.com/golang-jwt/jwt

As stated in https://github.com/golang-jwt/jwt/issues/7, none if the new maintainers will be copying the original implementations of PRs of interest to respect the authors, but will rather encourage them to migrate to the new repo (and also check if their contribution is still applicable)

Regards