Is there any way to do asymmetric authentication of Appwrite users on the server side without making a network call? This can result in a huge reduction in latency. Just like they have in supabase https://supabase.com/blog/jwt-signing-keys. If not is it in development for future?
As mentioned, yes, Appwrite supports JWT
And no, network calls are always needed, even in supabase, if I'm not wrong
A different thing is not checking the session validity on each call, only if an error occurs, that way you have low latency. For that you don't need JWT or anything, just run account.get() if some request fails
Yes sorry about that
It used to require, but they have introduced new feature where it does not.
As mentioned, unless you use some kind of SSR that doesn't uses Appwrite's permission, you don't need to use or send the JWT or check the session, only if the request fails
ohh ok thanks
Recommended threads
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- Backup policies think im on free tier
Cant create more than one policy as im told to ugprade, when clicking upgrade im taken to the upgrade page which confirms im already on pro
- Cant get rid of "get started"
Not that important, but annoying. No matter what I do I cant get the "Get started" to go away, ive added a bunch of web platforms and its just stuck.