Chris
Chris
Hi there, there appear to be several empty test files. Are there plans to add tests in the future, to the api for example?
Addresses/highlights #1360 As per the issue, this is an example of a potential implementation of Demonstrating Proof of Possession (DPoP) to constrain access/refresh tokens to devices. I'm keen on feedback/collaboration...
Recently, the IETF released [RFC9449](https://datatracker.ietf.org/doc/html/rfc9449), a proposed internet standard that describes a method for constraining access tokens to devices through the use of public key cryptography. The idea is for...
Closes #1414 This adds a `requestTimeoutInSeconds` setting. When this is defined, it applies a retry timeout to all fetch requests made to the authorization server (e.g. /token, /userinfo, /.well-known/openid-configuration) except...
This is the second part of splitting up #1361 - hopefully it is easier to review. Addresses/highlights https://github.com/authts/oidc-client-ts/issues/1360 As per the issue, this is an implementation of Demonstrating Proof of...
This is a first cut aimed at adding `DPoP` nonce support. I initially removed this feature in the original [PR](https://github.com/authts/oidc-client-ts/pull/1461) and this is a follow up. This is very experimental...