https://supertokens.com/ logo
#general
Title
# general
r

rp

08/17/2020, 5:35 AM
@User by default, refresh token validity is 144000 mins = 100 days by default access_token_validity is 3600 seconds = 1 hour. You can change both these values in the
config.yaml
file. The restriction is that the refresh token validity must be > than access token validity