Kollektives-Plagiieren / innovative-commercial-market

Just a casual website with a lot of interesting features!
Apache License 2.0
2 stars 1 forks source link

Email verification #3

Open kevinnguyen20 opened 1 year ago

kevinnguyen20 commented 1 year ago

Description

After signing up to our application, a user may verify its email address. It is required to implement a routine which includes sending an email comprised of a verification link. Changing the users model is also require. You may add a field like isEmailVerified: Boolean.

References

krutarth4 commented 1 year ago

The changes have been made in explore branch. But due to change in project structure, might deprecate the branch and create new one.

kevinnguyen20 commented 1 year ago

@krutarth4 Were you able to test the functionality?