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
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -850,12 +850,9 @@ _**default value**_:
850
850
851
851
### features.dPoP
852
852
853
-
[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`)
853
+
[`RFC9449`](https://www.rfc-editor.org/rfc/rfc9449.html) - OAuth 2.0 Demonstration of Proof-of-Possession at the Application Layer (`DPoP`)
854
854
855
-
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).
856
-
857
-
858
-
_**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.
855
+
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).
Copy file name to clipboardExpand all lines: lib/helpers/defaults.js
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -872,17 +872,11 @@ function makeDefaults() {
872
872
/*
873
873
* features.dPoP
874
874
*
875
-
* title: [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`)
875
+
* title: [`RFC9449`](https://www.rfc-editor.org/rfc/rfc9449.html) - OAuth 2.0 Demonstration of Proof-of-Possession at the Application Layer (`DPoP`)
876
876
*
877
877
* description: Enables `DPoP` - mechanism for sender-constraining tokens via a
878
878
* proof-of-possession mechanism on the application level. Browser DPoP proof generation
879
879
* [here](https://www.npmjs.com/package/dpop).
880
-
*
881
-
* recommendation: Updates to draft specification versions are released as MINOR library versions,
882
-
* if you utilize these specification implementations consider using the tilde `~` operator
883
-
* in your package.json since breaking changes may be introduced as part of these version
884
-
* updates. Alternatively, [acknowledge](#features) the version and be notified of breaking
0 commit comments