Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK : Registration validation email #122

Open orubel opened 1 month ago

orubel commented 1 month ago

Registration needs to LOCK acct(user) and send verification email.

We can integrate this in so users don't have to do this themselves.

Need to create endpoint for callback.

orubel commented 4 weeks ago

This requires building a MailService and perhaps even beapi_mail.yml for config properties

orubel commented 4 weeks ago

added registration_verification_code to user domain and added mail starter

orubel commented 1 week ago

partially done. Have functionality done but need to add 'validation endpoint' that is added in email to validate against and test.

Will have to test against other but for now am only going to put something out with Twilio's Sendgrid to start