← Back to context Comment by h_tbob 2 years ago These ideas are cool but I wonder how security works. Do you do like rate limiting and stuff like that? 1 comment h_tbob Reply stopachka 2 years ago We built a permission system on top of Google's CEL [1]. Every object returned in a query is filtered by a 'view' rule. Similarly, every modification of an object goes through a 'create/update/delete' rule.You can learn more about the rules language in the permission docs: https://www.instantdb.com/docs/permissions[1] https://github.com/google/cel-java
stopachka 2 years ago We built a permission system on top of Google's CEL [1]. Every object returned in a query is filtered by a 'view' rule. Similarly, every modification of an object goes through a 'create/update/delete' rule.You can learn more about the rules language in the permission docs: https://www.instantdb.com/docs/permissions[1] https://github.com/google/cel-java
We built a permission system on top of Google's CEL [1]. Every object returned in a query is filtered by a 'view' rule. Similarly, every modification of an object goes through a 'create/update/delete' rule.
You can learn more about the rules language in the permission docs: https://www.instantdb.com/docs/permissions
[1] https://github.com/google/cel-java