Rest API Login generates new access token for each request

Hi Support,

From below logic. If we couldn’t find token from memory then we will search from DB to restore token to memory. However, each request is new UUID at UniqueAuthenticationKeyGenerator. I would like to check how it will able to restore token from DB ?