#Appwrite Python SDK Permission Control
9 messages · Page 1 of 1 (latest)
You're using the Python SDK server sided, right?
Nah im using it for my qt application i already have it with firebase but they are too costly so thinking to migrate
The problem is i can use api keys to do that task but I don't want to as the application I'm building requires a high level of permission control so i have to do it without api
Appwrite Python SDK Permission Control
Im publishing a new module that is the fork of original appwrite sdk but with persistent session
Yes, the problem is that the Python SDK is not supporting sessions as it's intended to work server sided only. You should not use API keys client side