IdentityPython / pyjwkest

Implementation of JWT, JWS, JWE and JWK
Apache License 2.0
92 stars 55 forks source link

No way to pass client certs to load_x509_cert or KEYS.load_from_url #80

Open zulrang opened 6 years ago

zulrang commented 6 years ago

Since load_x509_cert and KEYS.load_from_url do not pass through kwargs to request, there is no way to configure the request session to allow client certificates or to override the verify setting.