Creating a profile immediately after signup
I have some code so that when a user signs up, it creates a row on a profile table:
Unfortunately, when I add RLS:
The RLS stops the insert to the profile table. I figured this must be a relatively common pattern. Does anyone have any ideas?
Unfortunately, when I add RLS:
The RLS stops the insert to the profile table. I figured this must be a relatively common pattern. Does anyone have any ideas?