Skip to content

Commit 779a141

Browse files
committed
docs: more clarity for features.dPoP.allowReplay
1 parent b7ed877 commit 779a141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ _**default value**_:
893893
894894
#### allowReplay
895895
896-
Controls whether DPoP Proof Replay Detection is used or not.
896+
Controls whether DPoP Proof Replay is allowed or not.
897897
898898
899899
_**default value**_:

lib/helpers/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ function makeDefaults() {
999999
/**
10001000
* features.dPoP.allowReplay
10011001
*
1002-
* description: Controls whether DPoP Proof Replay Detection is used or not.
1002+
* description: Controls whether DPoP Proof Replay is allowed or not.
10031003
*/
10041004
allowReplay: false,
10051005
},

0 commit comments

Comments
 (0)