What i mean by this feature request is whenever i have created db and auth like:
db = Database(app)
auth = Auth(app, db, user_model=User)
i want to be able to do something like this:
db.AuthUser.password.writable = HasPermission(....)
db.AuthUser.password.readable = HasPermission(....)
I am not sure if you can do this already however i could not find it within the docs
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too