#Share records in the model for unauth users

1 messages · Page 1 of 1 (latest)

unique marlin
#

I have a model with owner access for authenticated users.

How do I share some records for public access (unauthenticated users or guests).

thorny shard
#

👋 you can add an auth rule to allow unauthenticated access with IAM

{ allow: public, provider: iam }