Email verified is not authorization
Verifying an email address strengthens identity. It does not decide what that identity may do. A user who clicked the confirm link is still only authenticated. They may still lack permission for that document, tenant, or admin action. Treating "email verified" as "allowed" skips the real check. Authorize on the server for every sensitive request: subject, action, and the specific resource. Keep…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.