React - how to enable use of refresh token?
I followed this guide:
https://zitadel.com/docs/examples/login/react
which works well with my React app, however the access token valid time is set to 1 hour and my refresh token to 15 hours. After an hour I have to login again so the refresh token is not used. How do we enable the use of the refresh token?
https://zitadel.com/docs/examples/login/react
which works well with my React app, however the access token valid time is set to 1 hour and my refresh token to 15 hours. After an hour I have to login again so the refresh token is not used. How do we enable the use of the refresh token?
This integration guide demonstrates the recommended way to incorporate ZITADEL into your React application.

