kaegiluppi
05/05/2023, 12:03 PMREFRESH_TOKEN_VALIDITY: 1200
ACCESS_TOKEN_VALIDITY: 600
It seems like these values are in minutes (and not seconds), because the session is revoked (refresh token is invalidated) after 1200 minutes (20h)
However, when trying to manually create or refresh a session by manually calling the ST core (/recipe/session
or /recipe/session/refresh
endpoints), the generated tokens validity times are in seconds. (refresh token is invalidated invalidated after 1200 seconds)
Is this a bug? Or am I missing something?rp_st
05/05/2023, 12:05 PMkaegiluppi
05/05/2023, 12:06 PM