Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an option to verify user emails? #8

Open
jay-jlm opened this issue Nov 23, 2016 · 3 comments
Open

Is there an option to verify user emails? #8

jay-jlm opened this issue Nov 23, 2016 · 3 comments

Comments

@jay-jlm
Copy link

jay-jlm commented Nov 23, 2016

Most sites require you to click a link in the email before your account gets validated but I was not able to find this.
Let me know why you decided not to include this functionality

@jay-jlm jay-jlm changed the title Is there an option to verify user email? Is there an option to verify user emails? Nov 23, 2016
@joshuaslate
Copy link
Owner

I didn't implement this due to time constraints. The API would look similar to the password reset API though, with hashing a token, emailing that, and setting up a confirmation endpoint.

@jay-jlm
Copy link
Author

jay-jlm commented Nov 28, 2016

Here's my initial implementation of this functionality (server side only and not fully tested):
https://gist.github.com/jay-at-avido/d6c5bf0e42f820fb19679343261e3163

@joshuaslate
Copy link
Owner

Thank you, I will review this when I get a chance and implement it as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants