Skip to content

Commit b3364c9

Browse files
committed
Provide auth tokens with every request
1 parent e0b3493 commit b3364c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/specification/draft/basic/authorization.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ requirements for resource requests. Specifically:
251251
Authorization: Bearer <access-token>
252252
```
253253

254+
Note that authorization **MUST** be included in every HTTP request from client to server,
255+
even if they are part of the same logical session.
256+
254257
2. Access tokens **MUST NOT** be included in the URI query string
255258

256259
Example request:

0 commit comments

Comments
 (0)