panva / openid-client

OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
MIT License
1.83k stars 392 forks source link

feat: allow options.https.pfx for mTSL #328

Closed cplussharp closed 3 years ago

cplussharp commented 3 years ago

so mTLS can be used without options.https.key and options.https.certificate

see #326

panva commented 3 years ago

Thank you @cplussharp!

cplussharp commented 3 years ago

That was fast, thanks for merging.