hipsterjazzbo / LaraParse

LaraParse provides a nice integration for using Parse (parse.com) with Laravel 5+
MIT License
27 stars 19 forks source link

Which is the best email verification and recover password functionalities approach? #44

Closed dmarcos89 closed 8 years ago

dmarcos89 commented 8 years ago

Hi guys, i just want you to ask and learn which is the best way to develop email-verification and password recovery when using laravel and parse.com platform.

From what i read (and test), parse provides a built-in email verification working very nice, but if some customization is needed (eg: email verification needs to be used in 12hs), it becomes useless.

From the other side, the emailVerified column is not editable or cant be seted by code, so another approach needs another new column, which doesn't seems right...

What do you guys think? Probably you faced the same problem. Hope im clear, and thanks again for your great repo! it works like a charm,

regards!!

nicklee1990 commented 8 years ago

I've never actually needed to use anything but the standard parse password reset and email verification with custom email templates.

For email verification you can always just turn off Parse email verification, then add some columns like emailVerificationExpiry and xEmailVerified them handle it all yourself server side including emails.

Maybe you could do something with Parse Frame but I'm not a pro customer so I'm not sure!

El 17 ene 2016, a las 8:07, Damian Marcos notifications@github.com escribió:

Hi guys, i just want you to ask and learn which is the best way to develop email-verification and password recovery when using laravel and parsecom platform

From what i read (and test), parse provides a built-in email verification working very nice, but if some customization is needed (eg: email verification needs to be used in 12hs), it becomes useless

From the other side, the emailVerified column is not editable or cant be seted by code, so another approach needs another new column, which doesn't seems right

What do you guys think? Probably you faced the same problem Hope im clear, and thanks again for your great repo! it works like a charm,

regards!!

— Reply to this email directly or view it on GitHub.