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
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...