Files
clinicpro/graphify-out/cache/ast/v0.8.44/500d89358f6bf99cb445fcb71f0fe67afc142c3c607ccfb030cbcbea8409883e.json
T
hamed c2c6ae4d02 feat(migrations): add national_code_verified flag to users and normalize bank_account representation
- Added a new column `national_code_verified` to the `users` table.
- Normalized the `bank_account` field in the `representations` table from a single object to an array of IBANs with a default `verified` status of false.

feat(ApiIrService): implement identity verification client for api.ir

- Created `ApiIrService` to handle identity verification via api.ir.
- Implemented methods for matching national code with mobile and IBAN with national code and birth date.
- Added error handling and logging for external API requests.
2026-06-25 19:38:47 +03:30

1 line
16 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_tasks_task_02_authentication_task_md", "label": "task.md", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L1"}, {"id": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "label": "\u062a\u0633\u06a9 \u06f0\u06f2: \u0645\u0627\u0698\u0648\u0644 \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L1"}, {"id": "task_02_authentication_task_\u062a\u0648\u0636\u06cc\u062d", "label": "\u062a\u0648\u0636\u06cc\u062d", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L3"}, {"id": "task_02_authentication_task_endpoint_\u0647\u0627", "label": "Endpoint \u0647\u0627", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L12"}, {"id": "task_02_authentication_task_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627", "label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L28"}, {"id": "task_02_authentication_task_\u0632\u0645\u0627\u0646_\u062a\u062e\u0645\u06cc\u0646\u06cc", "label": "\u0632\u0645\u0627\u0646 \u062a\u062e\u0645\u06cc\u0646\u06cc", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L31"}, {"id": "task_02_authentication_task_\u062c\u0631\u06cc\u0627\u0646_\u0648\u0627\u0642\u0639\u06cc_otp", "label": "\u062c\u0631\u06cc\u0627\u0646 \u0648\u0627\u0642\u0639\u06cc OTP", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L36"}, {"id": "task_02_authentication_task_\u0645\u0631\u062d\u0644\u0647_\u06f1_post_api_v1_user_send_code", "label": "\u0645\u0631\u062d\u0644\u0647 \u06f1 \u2014 POST /api/v1/user/send-code", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L38"}, {"id": "task_02_authentication_task_\u0645\u0631\u062d\u0644\u0647_\u06f2_post_api_v1_user_verify_code", "label": "\u0645\u0631\u062d\u0644\u0647 \u06f2 \u2014 POST /api/v1/user/verify-code", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L66"}, {"id": "task_02_authentication_task_\u0645\u0631\u062d\u0644\u0647_\u06f3_post_oauth_token_mobilegrant", "label": "\u0645\u0631\u062d\u0644\u0647 \u06f3 \u2014 POST /oauth/token (MobileGrant)", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L97"}, {"id": "task_02_authentication_task_refresh_token", "label": "Refresh Token", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L139"}, {"id": "task_02_authentication_task_post_oauth_token_refresh", "label": "POST /oauth/token/refresh", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L141"}, {"id": "task_02_authentication_task_post_oauth_logout", "label": "POST /oauth/logout", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L176"}, {"id": "task_02_authentication_task_get_session_token_csrf", "label": "GET /session/token \u2014 CSRF", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L194"}, {"id": "task_02_authentication_task_get_oauth_userinfo", "label": "GET /oauth/userinfo", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L205"}, {"id": "task_02_authentication_task_rate_limiting", "label": "Rate Limiting", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L227"}, {"id": "task_02_authentication_task_sms_providers", "label": "SMS Providers", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L244"}, {"id": "task_02_authentication_task_redis_key_schema", "label": "Redis Key Schema", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L257"}, {"id": "task_02_authentication_task_\u0644\u0627\u06af\u06cc\u0646_\u0628\u0627_username_password_\u0628\u0631\u0627\u06cc_\u062f\u06a9\u062a\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0645\u0646\u0634\u06cc", "label": "\u0644\u0627\u06af\u06cc\u0646 \u0628\u0627 Username/Password (\u0628\u0631\u0627\u06cc \u062f\u06a9\u062a\u0631\u060c \u06a9\u0644\u06cc\u0646\u06cc\u06a9\u060c \u0645\u0646\u0634\u06cc)", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L270"}, {"id": "task_02_authentication_task_post_api_v1_user_login", "label": "POST /api/v1/user/login", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L272"}, {"id": "task_02_authentication_task_\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f_jwt_\u062f\u0631_symfony_\u06a9\u062c\u0627_\u062a\u0648\u06a9\u0646_\u0631\u0627_\u0627\u0631\u0633\u0627\u0644_\u06a9\u0646\u06cc\u0645", "label": "\u26a0 \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f JWT \u062f\u0631 Symfony \u2014 \u06a9\u062c\u0627 \u062a\u0648\u06a9\u0646 \u0631\u0627 \u0627\u0631\u0633\u0627\u0644 \u06a9\u0646\u06cc\u0645\u061f", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L422"}, {"id": "task_02_authentication_task_access_token_\u0647\u0645\u06cc\u0634\u0647_\u062f\u0631_\u0647\u062f\u0631_authorization", "label": "Access Token \u2014 \u0647\u0645\u06cc\u0634\u0647 \u062f\u0631 \u0647\u062f\u0631 Authorization", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L426"}, {"id": "task_02_authentication_task_refresh_token_\u0641\u0642\u0637_\u062f\u0631_body_\u0628\u0631\u0627\u06cc_endpoint_\u0645\u062e\u0635\u0648\u0635", "label": "Refresh Token \u2014 \u0641\u0642\u0637 \u062f\u0631 body \u0628\u0631\u0627\u06cc endpoint \u0645\u062e\u0635\u0648\u0635", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L451"}, {"id": "task_02_authentication_task_\u062e\u0644\u0627\u0635\u0647_\u06af\u0631\u062f\u0634_\u062a\u0648\u06a9\u0646_\u0647\u0627", "label": "\u062e\u0644\u0627\u0635\u0647 \u06af\u0631\u062f\u0634 \u062a\u0648\u06a9\u0646\u200c\u0647\u0627", "file_type": "document", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L466"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_docs_tasks_task_02_authentication_task_md", "target": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L1", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_\u062a\u0648\u0636\u06cc\u062d", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L3", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_endpoint_\u0647\u0627", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L12", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L28", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_\u0632\u0645\u0627\u0646_\u062a\u062e\u0645\u06cc\u0646\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L31", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_\u062c\u0631\u06cc\u0627\u0646_\u0648\u0627\u0642\u0639\u06cc_otp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L36", "weight": 1.0}, {"source": "task_02_authentication_task_\u062c\u0631\u06cc\u0627\u0646_\u0648\u0627\u0642\u0639\u06cc_otp", "target": "task_02_authentication_task_\u0645\u0631\u062d\u0644\u0647_\u06f1_post_api_v1_user_send_code", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L38", "weight": 1.0}, {"source": "task_02_authentication_task_\u062c\u0631\u06cc\u0627\u0646_\u0648\u0627\u0642\u0639\u06cc_otp", "target": "task_02_authentication_task_\u0645\u0631\u062d\u0644\u0647_\u06f2_post_api_v1_user_verify_code", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L66", "weight": 1.0}, {"source": "task_02_authentication_task_\u062c\u0631\u06cc\u0627\u0646_\u0648\u0627\u0642\u0639\u06cc_otp", "target": "task_02_authentication_task_\u0645\u0631\u062d\u0644\u0647_\u06f3_post_oauth_token_mobilegrant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L97", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_refresh_token", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L139", "weight": 1.0}, {"source": "task_02_authentication_task_refresh_token", "target": "task_02_authentication_task_post_oauth_token_refresh", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L141", "weight": 1.0}, {"source": "task_02_authentication_task_refresh_token", "target": "task_02_authentication_task_post_oauth_logout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L176", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_get_session_token_csrf", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L194", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_get_oauth_userinfo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L205", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_rate_limiting", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L227", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_sms_providers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L244", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_redis_key_schema", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L257", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_\u0644\u0627\u06af\u06cc\u0646_\u0628\u0627_username_password_\u0628\u0631\u0627\u06cc_\u062f\u06a9\u062a\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0645\u0646\u0634\u06cc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L270", "weight": 1.0}, {"source": "task_02_authentication_task_\u0644\u0627\u06af\u06cc\u0646_\u0628\u0627_username_password_\u0628\u0631\u0627\u06cc_\u062f\u06a9\u062a\u0631_\u06a9\u0644\u06cc\u0646\u06cc\u06a9_\u0645\u0646\u0634\u06cc", "target": "task_02_authentication_task_post_api_v1_user_login", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L272", "weight": 1.0}, {"source": "task_02_authentication_task_\u062a\u0633\u06a9_\u06f0\u06f2_\u0645\u0627\u0698\u0648\u0644_\u0627\u062d\u0631\u0627\u0632_\u0647\u0648\u06cc\u062a", "target": "task_02_authentication_task_\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f_jwt_\u062f\u0631_symfony_\u06a9\u062c\u0627_\u062a\u0648\u06a9\u0646_\u0631\u0627_\u0627\u0631\u0633\u0627\u0644_\u06a9\u0646\u06cc\u0645", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L422", "weight": 1.0}, {"source": "task_02_authentication_task_\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f_jwt_\u062f\u0631_symfony_\u06a9\u062c\u0627_\u062a\u0648\u06a9\u0646_\u0631\u0627_\u0627\u0631\u0633\u0627\u0644_\u06a9\u0646\u06cc\u0645", "target": "task_02_authentication_task_access_token_\u0647\u0645\u06cc\u0634\u0647_\u062f\u0631_\u0647\u062f\u0631_authorization", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L426", "weight": 1.0}, {"source": "task_02_authentication_task_\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f_jwt_\u062f\u0631_symfony_\u06a9\u062c\u0627_\u062a\u0648\u06a9\u0646_\u0631\u0627_\u0627\u0631\u0633\u0627\u0644_\u06a9\u0646\u06cc\u0645", "target": "task_02_authentication_task_refresh_token_\u0641\u0642\u0637_\u062f\u0631_body_\u0628\u0631\u0627\u06cc_endpoint_\u0645\u062e\u0635\u0648\u0635", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L451", "weight": 1.0}, {"source": "task_02_authentication_task_\u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f_jwt_\u062f\u0631_symfony_\u06a9\u062c\u0627_\u062a\u0648\u06a9\u0646_\u0631\u0627_\u0627\u0631\u0633\u0627\u0644_\u06a9\u0646\u06cc\u0645", "target": "task_02_authentication_task_\u062e\u0644\u0627\u0635\u0647_\u06af\u0631\u062f\u0634_\u062a\u0648\u06a9\u0646_\u0647\u0627", "relation": "contains", "confidence": "EXTRACTED", "source_file": "docs/tasks/task-02-authentication/task.md", "source_location": "L466", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}