dify/api/controllers/console/auth
-LAN- 9d5956cef8
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-09-03 11:52:26 +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 [Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047) 2025-09-03 11:52:26 +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