From e55c55a2fdc61e3b04007029ea28f88151d67eed Mon Sep 17 00:00:00 2001 From: Lee Humes Date: Fri, 26 Apr 2024 11:45:23 +1000 Subject: [PATCH] Add section to readme for token_header config option --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 66d8e00..af21cf2 100644 --- a/README.md +++ b/README.md @@ -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.