with lexik/jwt-authentication-bundle I can decode login_check response and get both access_token and expire_time and can check if token expired without making any calls to server
how can I know when refresh token will expire without hardcoding value to both server and client or calling to server?
how about implementing same approach lexik/jwt-authentication-bundle uses?
with lexik/jwt-authentication-bundle I can decode login_check response and get both access_token and expire_time and can check if token expired without making any calls to server
how can I know when refresh token will expire without hardcoding value to both server and client or calling to server? how about implementing same approach lexik/jwt-authentication-bundle uses?