You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be clear, it is possible to manually check session['oidc_auth_profile']['email_verified'], but the proposal would integrate this better into a typical flask workflow.
It seems like there is no way to enforce email verification since
OIDC_REQUIRE_VERIFIED_EMAIL
was deprecated.I propose to add a decorator
require_verified_email()
that only grants access if the mail is verified.The text was updated successfully, but these errors were encountered: