virtualyou / notification

This is the Notification API for the VirtualYou project
Apache License 2.0
0 stars 0 forks source link

Implement new resource to send email for Username Recovery #1

Open dlwhitehurst opened 7 months ago

dlwhitehurst commented 7 months ago

Implement new resource for sending email for username recovery when forgotten. Do this in a feature/issue branch from development branch. When finished, merge to development and leave there.

Steps

dlwhitehurst commented 7 months ago

On branch main Your branch is up to date with 'origin/main'.

Changes to be committed: (use "git restore --staged ..." to unstage) new file: src/types/username.recover.type.ts new file: src/utility/authApp.ts

Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: package.json modified: src/app.ts modified: src/controllers/controller.ts modified: src/routes/routes.ts modified: src/service/mail.service.ts modified: src/types/username.recover.type.ts modified: src/utility/EmailParams.ts

dlwhitehurst commented 7 months ago

david@mini-beast-dell:~/development/virtualyou/notification$ git push origin v0.1.11-dev Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 To github.com:virtualyou/notification.git

dlwhitehurst commented 7 months ago

Notification API is quiet now at main branch and resource to send email is in place for username recovery at -dev only. Last comment but not closing until -prod image built and deployed with other changes too for app or application use-case parent.