You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -848,9 +848,9 @@ _**default value**_:
848
848
849
849
### features.dPoP
850
850
851
-
[draft-ietf-oauth-dpop-03](https://tools.ietf.org/html/draft-ietf-oauth-dpop-03) - OAuth 2.0 Demonstration of Proof-of-Possession at the Application Layer (DPoP)
851
+
[draft-ietf-oauth-dpop-11](https://tools.ietf.org/html/draft-ietf-oauth-dpop-11) - OAuth 2.0 Demonstration of Proof-of-Possession at the Application Layer (DPoP)
852
852
853
-
Enables `DPoP` - mechanism for sender-constraining tokens via a proof-of-possession mechanism on the application level. Browser DPoP Proof generation [here](https://www.npmjs.com/package/dpop).
853
+
Enables `DPoP` - mechanism for sender-constraining tokens via a proof-of-possession mechanism on the application level. Browser DPoP proof generation [here](https://www.npmjs.com/package/dpop).
854
854
855
855
856
856
_**recommendation**_: Updates to draft specification versions are released as MINOR library versions, if you utilize these specification implementations consider using the tilde `~` operator in your package.json since breaking changes may be introduced as part of these version updates. Alternatively, [acknowledge](#features) the version and be notified of breaking changes as part of your CI.
@@ -860,8 +860,7 @@ _**default value**_:
860
860
```js
861
861
{
862
862
ack:undefined,
863
-
enabled:false,
864
-
iatTolerance:60
863
+
enabled:false
865
864
}
866
865
```
867
866
@@ -3092,7 +3091,7 @@ _**default value**_:
3092
3091
3093
3092
### enabledJWA.dPoPSigningAlgValues
3094
3093
3095
-
JWS "alg" Algorithm values the provider supports to verify signed DPoP Proof JWTs with
3094
+
JWS "alg" Algorithm values the provider supports to verify signed DPoP proof JWTs with
0 commit comments