pocolifo / noter-backend

0 stars 0 forks source link

verify endpoint + SMTP #17

Closed deanOcoin closed 1 year ago

deanOcoin commented 1 year ago

SMTP client to send email verification emails + verification endpoint for database

verification link will contact API endpoint to verify by their user id (cookie should be encrypted so they will only see their user id upon email verification)

add is-verified type of column to user table schema

write small smtp client wrapper for verification emails once verification URL is sorted out

deanOcoin commented 1 year ago

Endpoint & new schema finished - not smtp wrapper

deanOcoin commented 1 year ago

https://www.starlette.io/background/ Use for sending email upon registration