dify/api/controllers/console/auth
2024-07-05 13:38:51 +08:00
..
activate.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
data_source_bearer_auth.py feat: permission and security fixes (#5266) 2024-06-17 16:06:32 +08:00
data_source_oauth.py enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2024-02-06 13:21:13 +08:00
error.py feat: implement forgot password feature (#5534) 2024-07-05 13:38:51 +08:00
forgot_password.py feat: implement forgot password feature (#5534) 2024-07-05 13:38:51 +08:00
login.py feat(api/auth): switch-to-stateful-authentication (#5438) 2024-06-21 12:39:07 +08:00
oauth.py feat(api/auth): switch-to-stateful-authentication (#5438) 2024-06-21 12:39:07 +08:00