gahabeen / biota

A simple database framework for Fauna
https://gahabeen.github.io/biota
MIT License
54 stars 2 forks source link

Privileges rights only works on specific updates #41

Open gahabeen opened 4 years ago

gahabeen commented 4 years ago

Meaning that to update a specific field like _auth.email, even if the user has the right to do it, he would need to do a specific update (operation) for it and so cannot be merge within another operation.

Not sure if that's wanted behavior or not yet.