diff --git a/docs/auth/how-to/login.md b/docs/auth/how-to/login.md index 28a037011..b6f887fb1 100644 --- a/docs/auth/how-to/login.md +++ b/docs/auth/how-to/login.md @@ -83,6 +83,7 @@ Now that your application is configured, you should handle inbound requests in y ## Handle inbound requests As long as the user is authenticated, the `Authorization` header includes their `access_token` as a Bearer token. +Read more about the request flow under [explanations/#login-proxy](../explanations/#login-proxy). Your application is responsible for verifying that this token is present and valid. To do so, follow these steps: