
I have two Application using Appwrite and Users from both applications must be able to access certain collection of the other Database. I am in the process of solving this issue with an API KEY to grant access. However to hide it securely with dotenv i must set up a backend server with node.js. I was wondering if there is a better way to do this? Help is very much appreciated!

You can use an Appwrite function and grant it access to your database, it will automatically generate and API key that will be available in your function runtime env vars.
This way, you don't to manage API keys, or external servers or worry about scale.
Recommended threads
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
