Setup
Manu > Authentication > Create
Optionally add Providers
after creation step.
Providers
are auth services like Phone (Twillio), Google, Apple, etc.
In Database where you want to make a column user_id
which would be a foreign key to auth.uid()
.
Then, you can enable RLS
policy.
Get started quickly
.In the policy creation page, define which CRUD operation each role group would be allowed to perform.
Using Expression
is for queries with WHERE
.
read
).With Check Expression
is for Mutation.
insert
(creation) and update
(update)