Trying to understand Google AUTH
This blog delves into a research exploration of Google's authentication flow, using only the inspect tool. By simulating potential pathways, we aim to uncover insights into how Google manages the login process. Join us as we embark on an exploration ...
uva.hashnode.dev5 min read
Saravana Thiyagarajan
Backend Engineer | Emerging Solution Architect Designing and building scalable systems with a focus on performance & reliability.
The findings are great. This is what happens even on SSO with some more controls. Under the hood, the same things are happening.
Even the session uses a session cookie to maintain a session.