Refreshing token not working on Safari (iPhone)
Hi, I seem to have a refresh token issue.
From what I can see it works well in Safari desktop but when I try to come back to my app on safari iPhone after 24h it always asks me to login again.
Anyone has had this issue?
Thanks
3 Replies
I will triple check with the team, but from my knowledge sessions are not carried across devices.
However, Kinde supports shared authenticated sessions across applications running on separate subdomains, which can help in scenarios where you want to maintain a session across different apps or subdomains on the same device.
I can confirm Kinde currently doesn't yet support maintaining sessions across devices. It is on our roadmap, but doesnt have a timing yet
Thanks but this issue was just about keeping the session alive on an iphone. Not moving inbetween.
Scenario: User logs in then 25h later they visit the app and they have to login again. I want them to skip the login in this scenario
Thanks for clarifying, so if you want to keep a user logged in a web app on the same iphone, you will need to extend the token lifetime and make the refresh token shorter than the other tokens.