if i issue new access token with refresh token i w...
# support-questions-legacy
s
if i issue new access token with refresh token i will get new AT+RT after this am i still able to use old AT until it expires ?
r
hey @satty_71243 yea, cause the access token verification is stateless!
s
i am still able to access through it even after using checkDatabase:true using old AT.
r
Yup. That’s expected too. Cause that session is valid, and cause that access token is valid.
s
ok i can use it until it expires or have to revoke a session ?
r
Yea. I don’t recall this fully, but try using the new access token once and then reusing the older one. Does the older one work still?
s
yes it still works
r
Cool yea. Then it should continue to work until it expires of if the session is revoked.
s
okay
for 1 hr ?
r
Yea. Whatever the configured lifetime is. 1 hour is default
s
okay. thanks @rp_st
6 Views