This is a minor release focused primarily on improving support around DPoP to enable conformance with the FAPI 2.0 Security Profile. This release also includes a rework of the extensibility model offered by this package.
Breaking Changes
- The extensibility model of this package has been worked in #1994 to make many types internal with then intention of making the intended extensibility points more explicit.
Detailed Changes
- Make DPoP authorization scheme case-insensitive in #1969 by @josephdecock
- Add more logging to dpop jwt events and validator in #1971 by @josephdecock
- DPoP Jwt Bearer extensibility reworked in #1994 by @josephdecock
- DPoP Error Handling in JwtBearerExtensions in #2005 by @bhazen