I can't find a way to extend user session while using the app. Session is created with https://pub.dev/documentation/appwrite/latest/appwrite/Account/createEmailSession.html method.
I know that I can change session duration time (defaults to 1y) but I want to achieve short living session that user will extend with his actions (requests).
Method in server side SDK will be also helpful.
Hi - I do not think that is possible atm
Would you like to create a feature request for this?
Recommended threads
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...