We need to store public permissions for the connection.
Only QueryTable and ColumnRead are allowed permissions
CRUD endpoints needs to check if public are not defined - refuse to work for public users (extra security check)
If public permission is defined - CRUD endpoints should return the data to unauthenticated user
We need to store public permissions for the connection.
Only QueryTable and ColumnRead are allowed permissions
CRUD endpoints needs to check if public are not defined - refuse to work for public users (extra security check)
If public permission is defined - CRUD endpoints should return the data to unauthenticated user