Skip to content

Commit

Permalink
Add section to readme for token_header config option
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-humes authored and waiting-for-dev committed Jul 12, 2024
1 parent ff6cc7e commit e55c55a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,12 @@ jwt.request_formats = {

By default, only requests without format are processed.

#### token_header

Request/response header which will transmit the JWT token. Make sure you configure this header as described in [Model configuration](#model-configuration)

Defaults to 'Authorization'

#### aud_header

Request header which content will be stored to the `aud` claim in the payload.
Expand Down

0 comments on commit e55c55a

Please sign in to comment.