Ionic Starter App – User Password Reset via Email in Node.js

I have updated one of my popular Ionic Starters with the ability to reset the User Password using nodemailer in node.js backend.

This was a frequently requested feature, so here it is. Free of charge to the current customers.

http://market.ionic.io/starters/ionic-login-session

It uses Nodemailer plugin to send out emails with a temporary reset code. This 5-digit reset code is valid for 10 minutes and has to be entered into the App UI along with a new password.

It is recommended you use SendGrid for your email service with Nodemailer.

Available on the Ionic Marketplace today!