
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
- Trouble with Anonymous Login on iOS
Ideally I would like to be able to sign in anonymously and persist this user even if they close and reopen the app. Is this possible? Here is what I currently h...
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
- Appwrite documents and Swift codable
The object I use to create a document is different than the object I receive when I list documents. Do I create an object that’s used to create a document and a...
