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.
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
Resources