Routing
google_login
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://accounts.google.com/o/oauth2/v2/auth?response_type=code&access_type=offline&client_id=894542062295-6q1g06m1qlhfsnp4peupoqeekt0m1sof.apps.googleusercontent.com&redirect_uri=https%3A%2F%2Fback.dotoast.com%2Fpublic%2Fuser-google%2Flogin-webhook&state&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile&approval_prompt=auto&include_granted_scopes=true
(route: "n/a")
Route Matching Logs
Path to match:
/google/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | site_apple_login | /apple/login | Path does not match |
| 2 | site_apple_sign_in | /apple/sign-in | Path does not match |
| 3 | site_apple_sign_in_ios | /apple/sign-in-ios | Path does not match |
| 4 | user_login | /user | Path does not match |
| 5 | user_logout | /logout | Path does not match |
| 6 | user_login_succeed | /user/login-succeed | Path does not match |
| 7 | user_change_email_invoke | /user/change-email/{token} | Path does not match |
| 8 | user_change_email_confirm | /user/change-email/{token} | Path does not match |
| 9 | facebook_login | /facebook/login | Path does not match |
| 10 | facebook_login_handle | /user-facebook/login-webhook | Path does not match |
| 11 | google_login | /google/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.