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 997 forks source link

how can I refresh a token string? #459

Open Yiming1997 opened 3 years ago

Yiming1997 commented 3 years ago

If a token string is expired,How to refresh it?

Waterdrips commented 3 years ago

https://github.com/dgrijalva/jwt-go/issues/457 this project is unmaintained, I suggest using an alternative

Yiming1997 commented 3 years ago

457 this project is unmaintained, I suggest using an alternative

I see,thx