get-convex / convex-helpers

A collection of useful code to complement the official packages.
MIT License
94 stars 16 forks source link

add RowLevelSecurity example #74

Closed ldanilek closed 7 months ago

ldanilek commented 7 months ago

make a new table notes where each note can only be read and modified by the session that created it.

also delete the old RowLevelSecurity lib code which has been replaced by the npm-package's code.