Email authenticator
Email Authentication service.
API
AshweenMankash/MagicLinkGenerator
Just deployed
Redis
bitnami/redis
Just deployed
/bitnami
Email Authenticator
This service sends one time passwords to the users of your apps. websites etc. You can use this to generate and verify user emails.
How to use this Template?
/send-verification-mail is a POST method endpoint which takes {"email", "access_key"} in body
/verify-code is also a POST method endpoint which takes {"email", "access_key", "code"} in body and returns status of the verification.
By default code will disappear in 15 minutes but you can change that.
Template Content
SMTP_PORT
SMTP server port
SMTP_SERVER
SMTP server host
MAIL_ADDRESS
Your email by which you want to send verification emails
SERVICE_NAME
This will show up in your verification mail as the name of your service
MAIL_PASSWORD
Password of your email address
Redis
bitnami/redis