mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
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:
33
library/prefabs/email-verification/README.md
Normal file
33
library/prefabs/email-verification/README.md
Normal 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">
|
||||
|
||||

|
||||
|
||||
</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">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user