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: web/src/main/java/org/springframework/security/web/webauthn/api/ImmutablePublicKeyCredentialUserEntity.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ public final class ImmutablePublicKeyCredentialUserEntity implements PublicKeyCr
60
60
* 6.1 of [RFC8266].
61
61
*
62
62
* The user handle MUST NOT contain personally identifying information about the user,
63
-
* such as a username or e-mail address; see 14.6.1 User Handle Contents for
64
-
* details. The user handle MUST NOT be empty, though it MAY be null.
63
+
* such as a username or e-mail address; see 14.6.1 User Handle Contents for details.
64
+
* The user handle MUST NOT be empty, though it MAY be null.
65
65
*
66
66
* Note: the user handle ought not be a constant value across different accounts, even
67
67
* for non-discoverable credentials, because some authenticators always create
0 commit comments