File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,6 @@ and other higher level concepts can make use of this authentication mechanism,
59
59
but the authentication mechanism alone does not make a security system.
60
60
61
61
62
- == Known issues
63
-
64
- - In the link:webauthn-server-demo[example app], authentication does not work in
65
- Chrome as of version 70. This is due to a
66
- link:https://bugs.chromium.org/p/chromium/issues/detail?id=847878[bug in
67
- Chrome] which will not be worked around here. To work around this in
68
- application code, you can omit the
69
- link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/latest/com/yubico/webauthn/data/AuthenticatorAssertionResponse.AuthenticatorAssertionResponseBuilder.html#userHandle-java.util.Optional[`userHandle`]
70
- when constructing an
71
- link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-core/latest/com/yubico/webauthn/data/AuthenticatorAssertionResponse.html[`AuthenticatorAssertionResponse`]
72
- value if the `userHandle` is empty. See
73
- https://github.com/Yubico/java-webauthn-server/issues/12 .
74
-
75
-
76
62
== Documentation
77
63
78
64
See the
You can’t perform that action at this time.
0 commit comments