i am front end developer and using Clerk for auth. i dont want to implement any backend for auth as i have watched yt videos. they make server actions and implement cookies to save sessions. thats why i am using Clerk
My problem is, i want to use Appwrite client side and for that i need active session that seems impossible without Appwrite native auth. there is article about using custom token but for that i need Appwrite userId and i dont have any user in Appwrite. so how to integrate Clerk in Appwrite.
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...