Each refresh token starts with a fresh refresh tim...
# ory-network
h
Each refresh token starts with a fresh refresh timer 🙂
👍 1
q
so to confirm: user infinitely stays logged in
m
you can set a TTL for the refresh token, I think by default it is 720h
l
is there any documentation around it. can you pls share any link @magnificent-energy-493
m
Hey @limited-motherboard-84074 Not yet, I will put up a PR for it. You can patch/replace the configuration for TTL like so:
Copy code
ory patch oauth2-config <project-id> \
  --replace '/ttl/refresh_token="999h0m0s"'
You can export the configuration like so:
Copy code
ory get oauth2-config <project-id> --format yaml > oauth2-config.yaml