Description
Add common security features to Flask applications, including authentication, authorization, password handling, and account-related workflows. It helps developers avoid building every identity feature from scratch.
This package handles sensitive user-account behavior. Production projects must review configuration, token lifetimes, password policy, email flows, permissions, CSRF, and dependency updates carefully.