Is there a way I can create a long running JWT session.
I want to create a native session in my mobile app I am using function for that and sending a JWT back for login I want that JWT to work for a long time in the app is there any way to make this long running JWT session.
Way to create long running JWT sessions
For now it's not possible to specify JWT duration
Instead you should create a new JWT
When it expires
I would suggest using the Appwrite cookie or fallback header instead of Appwrite's JWT
Can you tell me how to do that
https://appwrite.io/docs/apis/rest#client-integration
Also look on that page for the X-Fallback-Cookies
Can I get the cookies without setting a password
There's no way to make a session out of nothing at the moment. You might want to 👍 this issue: https://github.com/appwrite/appwrite/issues/3891
Thanks
[Solved]Way to create long running JWT sessions
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...