|
|
|
|
|
by Scooty
2350 days ago
|
|
Not op, but I've written several apps with a similar setup to what was described. Both email verification and password resets are pretty simple to implement yourself. For password reset, you just create a record with a unique token and send an email that links back to the app with the unique token in the url. Email verification is basically the same: send an email with a link that identifies the user and hit the server with the unique token when that page loads. |
|