
I have a Nuxt3 application that accesses Appwrite and a Clickhouse database. Of course, I would like users to be able to access only the allowed resources, so I want to include the Clickhouse API either in the /server section of Nuxt3 or in an Appwrite function so that I can check the permissions. What would be the best practice here to couple a service like Clickhouse.cloud with Appwrite?
Recommended threads
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
