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

Email Confirmation Feature #165

Closed
recep opened this issue Jan 9, 2021 · 3 comments
Closed

Email Confirmation Feature #165

recep opened this issue Jan 9, 2021 · 3 comments

Comments

@recep
Copy link
Contributor

recep commented Jan 9, 2021

User should verify email before signup step. In this way, user does not to verify after registration.
User must not be able to register without verifying the email.

@recep recep changed the title Confirmation Feature Email Confirmation Feature Jan 9, 2021
@yakuter yakuter assigned yakuter and unassigned yakuter May 25, 2021
@yakuter yakuter added this to Accepted, Let's Develop! in PassWall Roadmap May 25, 2021
@fatihsezgin
Copy link
Contributor

Anyone works on this issue? If it's not I can be a volunteer.

@recep
Copy link
Contributor Author

recep commented Jul 13, 2021

Actually, this issue has already been done. You can check these endpoints:

authRouter.HandleFunc("/code", api.CreateCode(r.store)).Methods(http.MethodPost)

authRouter.HandleFunc("/verify/{code:[0-9]+}", api.VerifyCode()).Queries("email", "{email}").Methods(http.MethodGet)

@yakuter
Copy link
Collaborator

yakuter commented Jul 13, 2021

This is my mistake not to close the issue @fatihsezgin. Sorry :/

@yakuter yakuter closed this as completed Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
PassWall Roadmap
Accepted, Let's Develop!
Development

No branches or pull requests

3 participants