Add email verification functionality, including backend support, email handling, and user interface integration.
This commit is contained in:
@@ -26,6 +26,8 @@ tags:
|
||||
description: All actions shared between forms
|
||||
- name: appeals
|
||||
description: All action related to appeals
|
||||
- name: mail
|
||||
description: All actions related to user email verification
|
||||
paths:
|
||||
/api/team/{team}:
|
||||
$ref: './schemas/team/team.yml#/getTeam'
|
||||
@@ -67,3 +69,13 @@ paths:
|
||||
$ref: './schemas/particles/particles.yml#/DownloadFile'
|
||||
/api/files/download/{uuid}/{filename}:
|
||||
$ref: './schemas/particles/particles.yml#/DownloadFileForUser'
|
||||
/api/mail/submit:
|
||||
$ref: './schemas/forms/mail/mail.yml#/SubmitEmail'
|
||||
/api/mail/verify:
|
||||
$ref: './schemas/forms/mail/mail.yml#/VerifyCode'
|
||||
/api/mail/resend:
|
||||
$ref: './schemas/forms/mail/mail.yml#/ResendEmail'
|
||||
/api/mail/delete:
|
||||
$ref: './schemas/forms/mail/mail.yml#/DeleteEmail'
|
||||
/api/mail/list:
|
||||
$ref: './schemas/forms/mail/mail.yml#/GetEmails'
|
||||
|
||||
Reference in New Issue
Block a user