I have been seeing multiple implementations of auth across tools like Clerk, Supabase and it seemed like they are using async storage or secure storage as some form of storage mechanism to store some jwt token or something (not super fluent with auth stuff).
I see a function call named account.createSession in Appwrite docs. Is this function responsible to storing some token as well locally on device?
Asking since I want to be super sure the auth works well and is handled well by Appwrite itself and there's left for me to be done beyond what Appwrite functions handle. Thanks!
Recommended threads
- Getting 400 Error in Oauth Google Login ...
Hi, I am building React Native app, here I am using AppWrite auth in React Native Expo. I have been building it for last few days. it is working properly but to...
- Hello I used appwrite to display data on...
How can I solve that?
- Problem with redirect uri in Oauth imple...
Hi. I am implementing google signup in my Expo app. But the redirect url I am getting is in form: scheme/localhost/?secret&userid But I don't have the localhos...