This commit is contained in:
Korbs 2024-07-17 03:57:23 -04:00
parent c16c43f2d4
commit beac31c9ae

View file

@ -30,6 +30,8 @@ In the `.env` file that've you copied from `.env.example, you'll need to change
For production use, make sure to follow all instructions needed from https://supabase.com/docs/guides/self-hosting/docker.
> SMTP is required for email verification, as a code is required. The end-user is not allowed to login yet until their email is verified.
### Allowing Account Deletion
When an end-user wants to delete their account, they'll be directed to `/api/account/delete`. This API requires that a function already exist in your Supabase project called `delete_user()`.