Fixes:
- Relaxed Guava dependency version constraint to include major version 33.
Artifacts built with openjdk version "17.0.17" 2025-10-21.
Unclaimed project
Are you a maintainer of java-webauthn-server? Claim this project to take control of your public changelog and roadmap.
Changelog
Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations
Fixes:
Artifacts built with openjdk version "17.0.17" 2025-10-21.
New features:
COSEAlgorithmIdentifier constants.COSEAlgorithmIdentifier.Ed25519, COSEAlgorithmIdentifier.Ed448 and PublicKeyCredentialParameters.Ed448CredentialRepositoryV2. RelyingParty can now be configured with a CredentialRepositoryV2 in...webauthn-server-core:
New features:
COSEAlgorithmIdentifier constants.COSEAlgorithmIdentifier.Ed25519, COSEAlgorithmIdentifier.Ed448 and PublicKeyCredentialParameters.Ed448webauthn-server-attestation:
New features:
New features:
RelyingPartyBuilder.origins(Optional<Set<String>>).credProtect extension.prf extension.FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional".
Ported changes from pre-release 2.7.0-RC3:
Fixes:
Artifacts built with `openjdk version "17.0.15...