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?