I am currently working on a project using React + Vite, where I’m using Clerk for user authentication and Appwrite as the database.
My goal is to store data only for users who are authenticated via Clerk. The project I’m building is frontend-only, and I want to make sure that only authenticated users can interact with the Appwrite database.
How can I implement this? Please explain in detail.
Recommended threads
- OAuth login not working on deployed app ...
Hey there, I've been dealing with an issue where I cannot use OAuth on my deployed app - locally everything works fine. I am using react-router in Framework Mo...
- Bug on Updating User Limit
I’ve encountered a bug in the Appwrite Cloud UI when attempting to update the user limit to 0. My goal is to disable public registration while still allowing e...
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...