Refresh token working, but still getting logged out!?
I implemented refresh tokens in React with
I don't understand why this is happening and I'm wondering if it has something to do with Zitadel itself??
signInSilent which works when I set the ttl on the access token to 1 minute for example. So I thought everything is great, but when I set the access token ttl to 1 hour and the refresh token ttl to 31 days I would expect the user to have to login once a month. However the next day I'm forced to login again.I don't understand why this is happening and I'm wondering if it has something to do with Zitadel itself??
