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

Add email verification validation #233

Open
moshfeu opened this issue Sep 23, 2021 · 0 comments
Open

Add email verification validation #233

moshfeu opened this issue Sep 23, 2021 · 0 comments
Labels
Auth help wanted Extra attention is needed

Comments

@moshfeu
Copy link
Member

moshfeu commented Sep 23, 2021

Currently we don't check whether the email / account is verified so we treat unverified like they verified.
We should check that and make the whole flow works

  • Users shouldn't be able to access authenticated features and methods until they verified. Every blocked api should respond with status 403 or 405 (we should decide)
  • Users should be able to request to resend a verification email.

Resources

@moshfeu moshfeu added help wanted Extra attention is needed Auth labels Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auth help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant