dify/api/controllers/console/auth
Bowen Liang 7b379e2a61
chore: apply ty checks on api code with script and ci action (#24653)
2025-09-02 16:05:13 +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 chore: apply ty checks on api code with script and ci action (#24653) 2025-09-02 16:05:13 +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 chore: apply ty checks on api code with script and ci action (#24653) 2025-09-02 16:05:13 +08:00
oauth_server.py the conversion OAuthGrantType(parsed_args["grant_type"]) can raise ValueError for invalid values which is not caught and will produce a 500 (#24854) 2025-09-01 10:05:54 +08:00