dify/api/controllers/console/auth
Novice 4fa7bf0128
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Merge branch 'feat/agent-node-v2' into deploy/dev
2026-01-07 17:51:08 +08:00
..
activate.py chore: remove unused login call from activation flow (#30017) 2025-12-23 12:26:52 +08:00
data_source_bearer_auth.py refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
data_source_oauth.py refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
email_register.py refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
error.py Feat/email register refactor (#25369) 2025-09-12 10:24:54 +08:00
forgot_password.py refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
login.py refactor: clean type: ignore comments in login.py and template_transformer.py (#30510) 2026-01-06 14:33:27 +08:00
oauth_server.py refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
oauth.py feat: add oauth_new_user flag for frontend when user oauth login (#30370) 2025-12-31 10:10:58 +08:00