Skip to content

supabase delete user through application #12170

Answered by GaryAustin1
AntVil asked this question in Questions
Discussion options

You must be logged in to vote

You would need to make your trigger function "security definer" type to access the users table.

END $$ LANGUAGE 'plpgsql' security definer;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AntVil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants