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
2 changes: 1 addition & 1 deletion docs/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ When the provided route handler method is called, it receives a _request_ object
- _'state'_ - an object containing parsed HTTP state information (cookies).
- _'session'_ - available for authenticated requests and includes:
- _'id'_ - session identifier.
- _'used'_ - user id (optional).
- _'user'_ - user id (optional).
- _'app'_ - application id (optional).
- _'scope'_ - approved application scopes (optional).
- _'ext.tos'_ - terms-of-service version (optional).
Expand Down