Browse Source
* refactor: incorporate custom headers into default header setup Modify the default headers construction to merge in custom headers if provided. This change ensures that custom headers, such as Cloudflare access tokens, are included in the request before self.get_token() is called and without overwriting the default headers like 'Authorization' and 'Content-Type'. * refactor: Fixing linting issue Fixing linting issue by adding trailing comma to key in dict * refactor: adding custom headers to KeycloakOpenID Adding `custom_headers` to KeycloakOpenID instantiation.pull/534/head v3.9.3
Matt Collecutt
9 months ago
committed by
GitHub
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue