Implemented a post-validation hook

This commit is contained in:
2021-12-11 09:59:57 +00:00
parent a299bab794
commit 9bdf3925a3
5 changed files with 127 additions and 4 deletions
+2
View File
@@ -26,6 +26,8 @@ Content-Type: application/json
//DOCS: Used for validating the email address specified above
GET /auth/validation?username=example&token=12345678
//DOCS: If the environment variable HOOK_POST_VALIDATION is set to a URL, then the server will send a GET message to that URL with the newly created account's index
GET https://{HOOK_POST_VALIDATION}?accountIndex={index}
###