Skip to content

Commit 0ba2f92

Browse files
committed
Remove fixed Chrome bug from known issues
1 parent 95f43b0 commit 0ba2f92

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,6 @@ and other higher level concepts can make use of this authentication mechanism,
5959
but the authentication mechanism alone does not make a security system.
6060

6161

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-
7662
== Documentation
7763

7864
See the

0 commit comments

Comments
 (0)