Skip to content

3.24.0

Compare
Choose a tag to compare
@vimalloc vimalloc released this 04 Oct 14:53
  • Adds the ability to add custom data to the JWT headers via the headers kwarg when making new tokens or via the jwt_manager.additional_headers_loader decorator. These headers can be accessed in your endpoints via the get_raw_jwt_header function. Thanks @iamajay for this feature! (#271)