DWYL Authentication service
/auth/urls
: returns list of oauth applications' url.The only requirement that you need to fulfil
in order to enable sending emails
is having the EMAIL_APP_URL
set in your .env
and the SECRET_KEY_BASE
environment variable needs to be the same
as the dwylmail
Heroku app.
Visit: https://dashboard.heroku.com/apps/dwylmail/settings
and copy the SECRET_KEY_BASE
from Config Vars.