We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ed877 commit 779a141Copy full SHA for 779a141
docs/README.md
@@ -893,7 +893,7 @@ _**default value**_:
893
894
#### allowReplay
895
896
-Controls whether DPoP Proof Replay Detection is used or not.
+Controls whether DPoP Proof Replay is allowed or not.
897
898
899
_**default value**_:
lib/helpers/defaults.js
@@ -999,7 +999,7 @@ function makeDefaults() {
999
/**
1000
* features.dPoP.allowReplay
1001
*
1002
- * description: Controls whether DPoP Proof Replay Detection is used or not.
+ * description: Controls whether DPoP Proof Replay is allowed or not.
1003
*/
1004
allowReplay: false,
1005
},
0 commit comments