Routing
auth_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/auth/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | auth_2fa_login | /auth/2fa | Path does not match |
| 3 | auth_2fa_login_check | /auth/2fa_check | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | appointment_note_templates_search | /admin/note-templates | Path does not match |
| 19 | appointment_note_template_create | /admin/note-templates/create | Path does not match |
| 20 | appointment_note_template_view | /admin/note-templates/{id} | Path does not match |
| 21 | appointment_note_template_edit | /admin/note-templates/{id}/edit | Path does not match |
| 22 | survey_search | /admin/surveys | Path does not match |
| 23 | survey_create | /admin/surveys/create | Path does not match |
| 24 | survey_view | /admin/surveys/{id} | Path does not match |
| 25 | survey_edit | /admin/surveys/{id}/edit | Path does not match |
| 26 | api_contact_get | /api/contacts/{id} | Path does not match |
| 27 | appointment_list | /appointments | Path does not match |
| 28 | appointment_pending_search | /appointments/pending | Path does not match |
| 29 | appointment_surveyresult_search | /appointments/survey-results | Path does not match |
| 30 | appointment_qrresult_search | /appointments/qr-results | Path does not match |
| 31 | appointment_calendar | /appointments/calendar | Path does not match |
| 32 | appointment_create | /appointments/create | Path does not match |
| 33 | appointment_view | /appointments/{id} | Path does not match |
| 34 | appointment_edit | /appointments/{id}/edit | Path does not match |
| 35 | appointment_cancel | /appointments/{id}/cancel | Path does not match |
| 36 | appointment_disable | /appointments/{id}/disable | Path does not match |
| 37 | appointment_enable | /appointments/{id}/enable | Path does not match |
| 38 | appointment_invite_therapist | /appointments/{id}/therapist/invite | Path does not match |
| 39 | appointment_assign_therapist | /appointments/{id}/therapist/assign | Path does not match |
| 40 | appointment_approve_therapist | /appointments/{id}/therapist/{appointmentTherapistId}/approve | Path does not match |
| 41 | appointment_deny_therapist | /appointments/{id}/therapist/{appointmentTherapistId}/deny | Path does not match |
| 42 | appointment_therapist_approve | /appointments/therapist/approve/{token} | Path does not match |
| 43 | appointment_therapist_deny | /appointments/therapist/deny/{token} | Path does not match |
| 44 | appointment_clear_therapists | /appointments/{id}/therapist/clear | Path does not match |
| 45 | appointment_calculate_slots | /appointments/calculate-slots | Path does not match |
| 46 | appointment_upload | /appointments/{id}/upload | Path does not match |
| 47 | auth_login | /auth/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.