dify/api/controllers/console/auth
GareArc e57bf8c959
feat: add reset password for web app login
2025-05-30 10:07:35 +08:00
..
activate.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
data_source_bearer_auth.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
data_source_oauth.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
error.py fix: add rate limiting to prevent brute force on password reset (#13292) 2025-02-08 10:28:31 +08:00
forgot_password.py feat: add reset password for web app login 2025-05-30 10:07:35 +08:00
login.py refactor: Use typed SQLAlchemy base model and fix type errors (#19980) 2025-05-21 15:38:03 +08:00
oauth.py refactor: Use typed SQLAlchemy base model and fix type errors (#19980) 2025-05-21 15:38:03 +08:00