the login process seems secure . But you didn’t check the potential existing user in the signup form, or existing email address. Unless this is managed by the underlying User schema. And you should require a minimal password complexity.
Read moreIs Flask Login safe?
the login process seems secure . But you didn’t check the potential existing user in the signup form, or existing email address. Unless this is managed by the underlying User schema. And you should require a minimal password complexity.
Read moreDoes Flask provide security?
Flask-Security allows you to quickly add common security mechanisms to your Flask application . They include: Session based authentication. Role and Permission management.
Read more