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.
TL;DR
Front end developer using Clerk for authentication. Wants to use Appwrite client-side but needs an active session. Needs to integrate Clerk with Appwrite, but faces issues without an Appwrite user ID. How to proceed?