prisjOriginal post
Web Developer
For context I'm using the node.js sdk within appwrite and need the server to have seperate permissions than just any user.
Should I be using node-appwrite for server specific operations, then just 'appwrite' package for general user interactions? Or can I use just one with the API key, or will that cause security issues?
Summary
Use the 'appwrite' package for general user interactions and 'node-appwrite' for server-specific operations to ensure separate permissions. Using just one with the API key may lead to security issues.