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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...