panva / openid-client

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

feat: OAuth 2.0 DPoP in various relevant API interfaces #288

Closed panva closed 4 years ago

panva commented 4 years ago

Private Key to sign a DPoP Proof JWT with can now be passed to:

This is an IETF draft implementation with a once in a process warning and breaking changes to the draft implementation will be shipped as minor library versions.

codecov[bot] commented 4 years ago

Codecov Report

Merging #288 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #288   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files          23       23           
  Lines        1067     1088   +21     
=======================================
+ Hits         1065     1086   +21     
  Misses          2        2