Redirect 302 redirect from GET @codyas_oauth2_authorize (39d42d)

Routing

oauth2_passwordless_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /oauth2/passwordless/login
# Route name Path Log
1 codyas_oauth2_authorize /oauth2/authorize Path does not match
2 _preview_error /_error/{code}.{_format} Path does not match
3 pentatrion_vite_build_proxy /build/{path} Path does not match
4 _profiler_vite /_profiler/vite 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 app_dashboard /dashboard Path does not match
19 api_notifications_send_email /api/notifications/email Path does not match
20 api_notifications_send_whatsapp /api/notifications/whatsapp Path does not match
21 api_notifications_send_multi /api/notifications/multi Path does not match
22 api_notifications_send_report /api/notifications/report Path does not match
23 api_notifications_send_whatsapp_image /api/notifications/whatsapp/image Path does not match
24 api_notifications_send_whatsapp_template /api/notifications/whatsapp/template Path does not match
25 api_notifications_validate_whatsapp /api/notifications/whatsapp/validate Path does not match
26 api_notifications_send_email_advanced /api/notifications/email/advanced Path does not match
27 app_forgot_password_request /reset-password/request Path does not match
28 app_forgot_password_select_method /reset-password/select-method/{userId} Path does not match
29 app_forgot_password_check_email /reset-password/check-email Path does not match
30 app_forgot_password_verify_otp /reset-password/verify-otp/{userId} Path does not match
31 app_reset_password /reset-password/reset/{token} Path does not match
32 app_forgot_password_resend_otp /reset-password/resend-otp/{userId} Path does not match
33 oauth2_passwordless_request /oauth2/passwordless/request Path does not match
34 oauth2_passwordless_verify /oauth2/passwordless/verify Path does not match
35 app_user_register /register Path does not match
36 app_verify_pending /verify/pending/{uuid} Path does not match
37 app_user_verify_phone /verify/phone Path does not match
38 app_user_verify_resend /verify/resend/{uuid} Path does not match
39 codyas_api_user /api/user Path does not match
40 homepage / Path does not match
41 codyas_metronic_login /login Path does not match
42 codyas_metronic_logout /logout Path does not match
43 connect_google_start /connect/google Path does not match
44 connect_google_check /connect/google/check Path does not match
45 connect_facebook_start /connect/facebook Path does not match
46 connect_facebook_check /connect/facebook/check Path does not match
47 manage_users /users Path does not match
48 user_set_locale /user/set-locale Path does not match
49 codyas_oauth2_login /oauth2/login Path does not match
50 oauth2_client_register /oauth2/register Path does not match
51 oauth2_client_get /oauth2/register/{clientId} Path does not match
52 oauth2_client_update /oauth2/register/{clientId} Path does not match
53 oauth2_client_delete /oauth2/register/{clientId} Path does not match
54 oauth2_consent_list /oauth2/consent/list Path does not match
55 oauth2_consent_details /oauth2/consent/details/{clientId} Path does not match
56 oauth2_consent_revoke /oauth2/consent/revoke Path does not match
57 oauth2_consent_revoke_all /oauth2/consent/revoke-all Path does not match
58 oauth2_debug_token /oauth2/debug/token Path does not match
59 oauth2_debug_callback /oauth2/debug/callback Path does not match
60 oauth2_device_authorize /oauth2/device/authorize Path does not match
61 oauth2_device_token /oauth2/device/token Path does not match
62 oauth2_device_verify /oauth2/device/verify Path does not match
63 oauth2_device_approve /oauth2/device/approve Path does not match
64 oauth2_openid_configuration /.well-known/openid-configuration Path does not match
65 oauth2_authorization_server_metadata /.well-known/oauth-authorization-server Path does not match
66 oauth2_scopes /oauth2/scopes Path does not match
67 codyas_oauth2_introspect /oauth2/introspect Path does not match
68 oauth2_jwks /.well-known/jwks.json Path does not match
69 oauth2_certs /oauth2/certs Path does not match
70 codyas_oauth2_logout /oauth2/logout Path does not match
71 codyas_oauth2_revoke /oauth2/revoke Path does not match
72 codyas_oauth2_session_status /oauth2/session/status Path does not match
73 oauth2_debug_session /oauth2/debug/session Path does not match
74 oauth2_check_session /oauth2/checksession Path does not match
75 oauth2_end_session /oauth2/endsession Path does not match
76 oauth2_session_iframe /oauth2/session-iframe Path does not match
77 codyas_oauth2_token /oauth2/token Path does not match
78 oauth2_tokens_active /oauth2/tokens/active Path does not match
79 oauth2_tokens_revoke_all /oauth2/tokens/revoke-all Path does not match
80 oauth2_tokens_revoke_client /oauth2/tokens/revoke-client Path does not match
81 oauth2_tokens_validate /oauth2/tokens/validate Path does not match
82 codyas_oauth2_userinfo /oauth2/userinfo Path does not match
83 oauth2_passwordless_login /oauth2/passwordless/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.