Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/auth/how-to/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down