Initial commit

Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
This commit is contained in:
Eric Tuvesson
2023-09-05 12:08:55 +02:00
commit 53f0d6320e
2704 changed files with 76354 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
---
title: Email Verification
hide_title: true
---
# Email Verification
This prefab contains a set of cloud functions that can help you add support for user email verification and a reset password flow by sending the user emails with links containing secret tokens. You can find a more thorough guide [here](/docs/guides/cloud-logic/email-verification).
When you clone the prefab your project will get the following cloud functions:
<div className="ndl-image-with-background l">
![](/library/prefabs/email-verification/email-verification-1.png)
</div>
## Settings
Before you can use the functions you must provide a few configuration parameters. These prefabs use [SendGrid](/library/prefabs/sendgrid) as an email service, to use them you need to sign up and get an account (it's free to test).
Look [here](/docs/guides/cloud-logic/email-verification#settings) for a description of how to prepare the configuration, and check out the [Config](/nodes/data/cloud-data/config) node for more information on config parameters.
## Sign up project template
The best way to learn more about email verification and password reset is to try the **Sign up project template** and read the [guide](/docs/guides/cloud-logic/email-verification)
<div className="ndl-image-with-background l">
![](/docs/guides/cloud-logic/email-verification/signup-template.png)
</div>