File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ New features:
77* Added support for RS384 and RS512 signature algorithms.
88 ** Thanks to GitHub user JohnnyJayJay for the contribution, see
99 https://github.com/Yubico/java-webauthn-server/pull/235
10+ * Added `userHandle` field to `AssertionRequest` as part of the second bug fix
11+ below. `userHandle` is mutually exclusive with `username`. This was originally
12+ released in pre-release `1.12.3-RC3`, but was accidentally left out of the
13+ `1.12.3` release.
1014
1115Fixes:
1216
@@ -26,13 +30,6 @@ Fixes:
2630 the JSON output was not backwards compatible with browsers that only support
2731 the Level 1 version of the WebAuthn spec.
2832
29- New features:
30-
31- * Added `userHandle` field to `AssertionRequest` as part of above bug fix.
32- `userHandle` is mutually exclusive with `username`. This was originally
33- released in pre-release `1.12.3-RC3`, but was accidentally left out of the
34- `1.12.3` release.
35-
3633
3734`webauthn-server-attestation`:
3835
You can’t perform that action at this time.
0 commit comments