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
- Google OAuth Not Working on Brave/Firefo...
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefo...
- Google OAuth Not Working on Brave/Firefo...
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefo...
- Google OAuth: User Created But Session N...
## Problem Summary When signing in with Google, the user is successfully created in the Appwrite console, but the session is not being recognized on the client ...