Skip to content

Email Verification

Dante Calderón edited this page Jul 18, 2020 · 2 revisions

Aware

When an user is created we need send a email to verify the the email of created user.

Description

We use an SMPT provider to send email.

Email Confirmation Flow

Email Confirmation Flow

Deleting old tokens

This is a future feature that should be implemented when application scales.

Old tokens should be deleted because are unuseful.

A good approach should be to create a lambda function that is executed as a CRON job on Batch Processsing.

Should be executed depending of scalability of the application. This CRON job can start executing every quarter, if still there are not many users.

Clone this wiki locally