From 6e7fa35a5c161fa8cbd78e104a028e3ac239d097 Mon Sep 17 00:00:00 2001 From: Ravi Jyoti <44156359+ravijyoti3@users.noreply.github.com> Date: Tue, 6 Oct 2020 14:00:09 +0530 Subject: [PATCH 1/2] Updated link on Create Email Verification Section Create Email Verification has a link updated to https://appwrite.io/docs/client/account#updateVerification from https://appwrite.io/docs/client/account#updateAccountVerification --- docs/references/account/create-verification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/account/create-verification.md b/docs/references/account/create-verification.md index 54e0bf77be..3eb262e9b8 100644 --- a/docs/references/account/create-verification.md +++ b/docs/references/account/create-verification.md @@ -1,3 +1,3 @@ -Use this endpoint to send a verification message to your user email address to confirm they are the valid owners of that address. Both the **userId** and **secret** arguments will be passed as query parameters to the URL you have provided to be attached to the verification email. The provided URL should redirect the user back to your app and allow you to complete the verification process by verifying both the **userId** and **secret** parameters. Learn more about how to [complete the verification process](/docs/client/account#updateAccountVerification). +Use this endpoint to send a verification message to your user email address to confirm they are the valid owners of that address. Both the **userId** and **secret** arguments will be passed as query parameters to the URL you have provided to be attached to the verification email. The provided URL should redirect the user back to your app and allow you to complete the verification process by verifying both the **userId** and **secret** parameters. Learn more about how to [complete the verification process](docs/client/account#updateVerification). Please note that in order to avoid a [Redirect Attack](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.md), the only valid redirect URLs are the ones from domains you have set when adding your platforms in the console interface. From c4e69dadb732497a5d4381eb218e04b4ae7f844c Mon Sep 17 00:00:00 2001 From: Ravi Jyoti <44156359+ravijyoti3@users.noreply.github.com> Date: Tue, 6 Oct 2020 14:02:20 +0530 Subject: [PATCH 2/2] Updated Link on create email verification Create Email Verification has a link updated to https://appwrite.io/docs/client/account#updateVerification from https://appwrite.io/docs/client/account#updateAccountVerification --- docs/references/account/create-verification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/account/create-verification.md b/docs/references/account/create-verification.md index 3eb262e9b8..3e6abf6a77 100644 --- a/docs/references/account/create-verification.md +++ b/docs/references/account/create-verification.md @@ -1,3 +1,3 @@ -Use this endpoint to send a verification message to your user email address to confirm they are the valid owners of that address. Both the **userId** and **secret** arguments will be passed as query parameters to the URL you have provided to be attached to the verification email. The provided URL should redirect the user back to your app and allow you to complete the verification process by verifying both the **userId** and **secret** parameters. Learn more about how to [complete the verification process](docs/client/account#updateVerification). +Use this endpoint to send a verification message to your user email address to confirm they are the valid owners of that address. Both the **userId** and **secret** arguments will be passed as query parameters to the URL you have provided to be attached to the verification email. The provided URL should redirect the user back to your app and allow you to complete the verification process by verifying both the **userId** and **secret** parameters. Learn more about how to [complete the verification process](/docs/client/account#updateVerification). Please note that in order to avoid a [Redirect Attack](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.md), the only valid redirect URLs are the ones from domains you have set when adding your platforms in the console interface.