VdotR / SnapPoll

https://snappoll-backend.vercel.app
0 stars 0 forks source link

Ms3 security #24

Closed VdotR closed 2 months ago

VdotR commented 2 months ago

Email Verification Ready. Should I create a helper tool for creating verified user for easier testing?

cbaeucsd commented 2 months ago

Also unless I missed it, give an opportunity for user to resend verification email.

VdotR commented 2 months ago

As of now verification email is sent upon logging in (check user.routes backend). How would user prompt the app to resend verification email?

VdotR commented 2 months ago

Only case I can think of is that the when am unverified user tries to login, we can reject and ask the user whether or not to send another verification email?

cbaeucsd commented 2 months ago
VdotR commented 2 months ago

Fixed

cbaeucsd commented 2 months ago

good