Skip to content

Commit 3ad9f55

Browse files
author
punkratz312
authored
Merge branch 'main' into improve-outputGraph
2 parents 0fb664a + 545ab9b commit 3ad9f55

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/src/main/asciidoc/security-webauthn.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -654,10 +654,11 @@ This causes a cookie to be set for the challenge, it will be used by the registr
654654
}
655655
],
656656
"authenticatorSelection": {
657-
"requireResidentKey": false,
658-
"userVerification": "discouraged"
657+
"requireResidentKey": true,
658+
"residentKey": "required",
659+
"userVerification": "required"
659660
},
660-
"timeout": 60000,
661+
"timeout": 300000,
661662
"attestation": "none",
662663
"extensions": {
663664
"txAuthSimple": ""
@@ -710,8 +711,8 @@ This causes a cookie to be set for the challenge, it will be used by the login s
710711
----
711712
{
712713
"challenge": "RV4hqKHezkWSxpOICBkpx16yPJFGMZrkPlJP-Wp8w4rVl34VIzCT7AP0Q5Rv-3JCU3jwu-j3VlOgyNMDk2AqDg",
713-
"timeout": 60000,
714-
"userVerification": "discouraged",
714+
"timeout": 300000,
715+
"userVerification": "required",
715716
"extensions": {
716717
"txAuthSimple": ""
717718
},

0 commit comments

Comments
 (0)