|
29 | 29 | `StartRegistrationOptions.extensions` and
|
30 | 30 | `PublicKeyCredential.clientExtensionOutputs` narrowed from `JsonNode` to
|
31 | 31 | `ObjectNode`
|
| 32 | + ** Parameters `StartRegistrationOptions.excludeCredentials` and |
| 33 | + `StartAssertionOptions.allowCredentials` deleted; they are now discovered |
| 34 | + automatically from the `CredentialRepository`. If custom control over |
| 35 | + `excludeCredentials` or `allowCredentials` is needed, modify the |
| 36 | + `PublicKeyCredentialCreationOptions` or `PublicKeyCredentialRequestOptions` |
| 37 | + object manually. |
| 38 | + ** `COSEAlgorithmIdentifier` is now an actual enum |
| 39 | + ** Extensions are now passed and returned as domain objects instead of as Jackson |
| 40 | + types |
| 41 | + ** Type parameter added to `PublicKeyCredential` to express extensions type |
| 42 | + ** Fields `CollectedClientData.authenticatorExtensions` and `.clientExtensions` |
| 43 | + deleted |
32 | 44 | * Fixed a bug in `AuthenticatorDataFlags` that caused the `ED` (0x80) flag to
|
33 | 45 | never be set
|
34 | 46 | * All classes in `com.yubico.webauthn.data` can now be serialized and
|
|
42 | 54 | `AuthenticatorAttestationResponse`
|
43 | 55 | * New methods `ByteArray.size(): int` and `.isEmpty(): boolean`
|
44 | 56 | * `ByteArray` is now `Comparable` to itself
|
45 |
| -* Parameters `StartRegistrationOptions.excludeCredentials` and |
46 |
| - `StartAssertionOptions.allowCredentials` deleted; they are now discovered |
47 |
| - automatically from the `CredentialRepository`. If custom control over |
48 |
| - `excludeCredentials` or `allowCredentials` is needed, modify the |
49 |
| - `PublicKeyCredentialCreationOptions` or `PublicKeyCredentialRequestOptions` |
50 |
| - object manually. |
51 |
| -* `COSEAlgorithmIdentifier` is now an actual enum |
52 |
| -* Extensions are now passed and returned as domain objects instead of as Jackson |
53 |
| - types |
54 |
| -* Type parameter added to `PublicKeyCredential` to express extensions type |
55 |
| -* Fields `CollectedClientData.authenticatorExtensions` and `.clientExtensions` |
56 |
| - deleted |
57 | 57 | * Added support for `appid` extension
|
58 | 58 |
|
59 | 59 |
|
|
0 commit comments