Skip to content

Commit ef150b6

Browse files
committed
Issuer instances need to have the same httpc_params specification as the KeyJar they belong to.
1 parent 1e79713 commit ef150b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cryptojwt/key_jar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def add_url(self, issuer_id: str, url: str, **kwargs) -> KeyBundle:
133133
"""
134134

135135
issuer = self.return_issuer(issuer_id)
136+
issuer.httpc_params = self.httpc_params
136137
kb = issuer.add_url(url, **kwargs)
137138
return kb
138139

0 commit comments

Comments
 (0)