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:
7
7
* Added support for RS384 and RS512 signature algorithms.
8
8
** Thanks to GitHub user JohnnyJayJay for the contribution, see
9
9
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.
10
14
11
15
Fixes:
12
16
@@ -26,13 +30,6 @@ Fixes:
26
30
the JSON output was not backwards compatible with browsers that only support
27
31
the Level 1 version of the WebAuthn spec.
28
32
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
-
36
33
37
34
`webauthn-server-attestation`:
38
35
You can’t perform that action at this time.
0 commit comments