Friday 18 March 2016

How do I build an email invitation sign up system similar to Slack?

I am using Express to build the backend for an Angular app. I want the sign up system to be invite only. So an admin user would add the email of a member. The member should receive an email with the link and when she clicks it it would open the app and she only has to fill in her name and password to complete the regisrstion. Any idea how?I have learned to use token based auth with jwt and sending email with nodemailers, but i have no idea how to start with something I described above and make sure the process is secured.Really appreciate it if someone could point me to the right direction!

Submitted March 18, 2016 at 08:14PM by GE7H

No comments:

Post a Comment