File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ == Version 2.3.0 (unreleased) ==
2
+
3
+ New features:
4
+
5
+ * (Experimental) Added `authenticatorAttachment` property to response objects:
6
+ ** NOTE: Experimental features may receive breaking changes without a major
7
+ version increase.
8
+ ** Added method `getAuthenticatorAttachment()` to `PublicKeyCredential` and
9
+ corresponding builder method
10
+ `authenticatorAttachment(AuthenticatorAttachment)`.
11
+ ** Added method `getAuthenticatorAttachment()` to `RegistrationResult` and
12
+ `AssertionResult`, which echo `getAuthenticatorAttachment()` from the
13
+ corresponding `PublicKeyCredential`.
14
+ ** Thanks to GitHub user luisgoncalves for the contribution, see
15
+ https://github.com/Yubico/java-webauthn-server/pull/250
16
+
17
+
1
18
== Version 2.2.0 ==
2
19
3
20
`webauthn-server-core`:
You can’t perform that action at this time.
0 commit comments