cognito-helper icon indicating copy to clipboard operation
cognito-helper copied to clipboard

Adding user verification email

Open helloniklas opened this issue 8 years ago • 1 comments

I'm looking for something to use from an iOS app. this looks promising. I'm however new to AWS Mobile. How easy would it be to add the ability to verify user login email by sending out an email link that sets a flag verified in the profile table?

Also, I see the bcrypt module is listed as dependency, but the password hashing doesn't seem to use this?

helloniklas avatar Feb 09 '16 13:02 helloniklas

email verification seems a good new feature to have. Let me look into it.

let me look into if bcrypt is really used or not

thanks

On 02/09/2016 09:33 AM, Niklas Alvaeus wrote:

I'm looking for something to use from an iOS app. this looks promising. I'm however new to AWS Mobile. How easy would it be to add the ability to verify user login email by sending out an email link that sets a flag verified in the profile table?

Also, I see the bcrypt module is listed as dependency, but the password hashing doesn't seem to use this?

— Reply to this email directly or view it on GitHub https://github.com/olegabu/cognito-helper/issues/3.

olegabu avatar Feb 10 '16 22:02 olegabu