dify/api/controllers/console/auth
NeatGuyCoding c45d676477
remove duplicated authorization header handling and bearer should be case-insensitive (#24852)
2025-09-01 10:05:19 +08:00
..
activate.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
data_source_bearer_auth.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
data_source_oauth.py Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2025-08-26 18:10:31 +08:00
error.py fix: standardize authentication error messages to prevent user enumeration (#24324) 2025-08-26 09:46:23 +08:00
forgot_password.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
login.py fix: standardize authentication error messages to prevent user enumeration (#24324) 2025-08-26 09:46:23 +08:00
oauth.py Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2025-08-26 18:10:31 +08:00
oauth_server.py remove duplicated authorization header handling and bearer should be case-insensitive (#24852) 2025-09-01 10:05:19 +08:00