Add note
This commit is contained in:
parent
c16c43f2d4
commit
beac31c9ae
1 changed files with 2 additions and 0 deletions
|
@ -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()`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue