I see here that if I create a JWT it will only live for 15 minutes. https://appwrite.io/docs/references/cloud/client-apple/account#createJWT
My app will be used offline for up to 12 hours and I need to be able to allow the user to still use it even if they can't be online.
My idea would be to have the user sign in and then set a token for a day or two and then once it expires lock them out and force them to sign back in.
I'm definately open to any ideas on how to achieve my goal.
Recommended threads
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- API returned 400
Hey, since I upgraded to Docker Engine v29 on macOS, I keep getting errors `time="2025-11-26T22:33:36Z" level=error msg="Provider connection error Error respons...
- AnyCodable not exposed in iOS SDK
I want to write some convenience functions for Teams.list() but the problem is, that I can't use the default <[String : AnyCodable]> as a return type for my con...