yii2-jwt icon indicating copy to clipboard operation
yii2-jwt copied to clipboard

Check expired token

Open yogawa opened this issue 8 months ago • 1 comments

How to make sure if token has expired on validation? I need to do something only when token is already expired

yogawa avatar Oct 28 '23 19:10 yogawa

Maybe one of these can answer your question;

https://stackoverflow.com/questions/45944797/yii2-expiring-access-tokens

https://stackoverflow.com/questions/42760395/yii2-rest-api-user-bearer-authentication-expiration-time/42764555#42764555

ArchBlood avatar Oct 30 '23 21:10 ArchBlood