Add /api/sign_up/send_verification_email.json endpoint, add step 3 of sign up process...
authorNick Downing <nick@ndcode.org>
Sat, 15 Jan 2022 00:42:37 +0000 (11:42 +1100)
committerNick Downing <nick@ndcode.org>
Sat, 15 Jan 2022 02:13:55 +0000 (13:13 +1100)
commitfcc4caaae7a866f3e5232956a2b706902086624f
tree2e5e48244b9d46ac46bfb104424fbb9c4a73cd11
parent3ee27ccfaa0799654dd2836b57ce818b541a7f60
Add /api/sign_up/send_verification_email.json endpoint, add step 3 of sign up process and chain the steps better, add env.signed_in_as (is displayed in the navbar, but not fully supported for sign in/out yet), change emailjs to nodemailer
18 files changed:
_config/email_contact.json [deleted file]
_config/email_feedback.json [deleted file]
_config/globals.json
_config/nodemailer_contact.json [new file with mode: 0644]
_config/nodemailer_feedback.json [new file with mode: 0644]
_config/nodemailer_noreply.json [new file with mode: 0644]
_config/site.jst
_lib/navbar.jst
_lib/post_request.jst
_lib/session_cookie.jst
api/errors.json
api/sign_up/create_account.json.jst
api/sign_up/get_draft.json.jst
api/sign_up/send_verification_email.json.jst [new file with mode: 0644]
api/sign_up/set_draft.json.jst
link.sh
my_account/sign_up/index.html.jst
package.json