Skip to content

Add pinUvAuthProtocol to HMACGetSecretAuthenticatorInput#1254

Merged
ynojima merged 2 commits intomasterfrom
update-HMACGetSecretAuthenticatorInput
Jan 26, 2026
Merged

Add pinUvAuthProtocol to HMACGetSecretAuthenticatorInput#1254
ynojima merged 2 commits intomasterfrom
update-HMACGetSecretAuthenticatorInput

Conversation

@ynojima
Copy link
Copy Markdown
Member

@ynojima ynojima commented Jan 26, 2026

No description provided.

@ynojima ynojima changed the title Update hmac get secret authenticator input Add pinUvAuthProtocol to HMACGetSecretAuthenticatorInput Jan 26, 2026
…col2

Moved PinProtocolVersion from webauthn4j-metadata to webauthn4j-core
and added VERSION_2 constant to support CTAP 2.1/2.3.
Updated HMACGetSecretAuthenticatorInput and its serializer to support
the optional pinUvAuthProtocol field introduced in CTAP 2.1.
@ynojima ynojima force-pushed the update-HMACGetSecretAuthenticatorInput branch from 3003da7 to 27d3467 Compare January 26, 2026 12:40
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 26, 2026

📦 JitPack Build

The build and tests passed! You can test this Pull Request using JitPack.

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.webauthn4j.webauthn4j</groupId>
    <artifactId>webauthn4j-core</artifactId>
    <version>update-HMACGetSecretAuthenticatorInput-SNAPSHOT</version>
</dependency>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.webauthn4j.webauthn4j:webauthn4j-core:update-HMACGetSecretAuthenticatorInput-SNAPSHOT'
}

You can verify the build status on JitPack.

@sonarqubecloud
Copy link
Copy Markdown

@ynojima ynojima merged commit 97418f6 into master Jan 26, 2026
20 checks passed
@ynojima ynojima deleted the update-HMACGetSecretAuthenticatorInput branch January 26, 2026 13:21
@ynojima ynojima added the enhancement New feature or request label Jan 26, 2026
@ynojima ynojima added this to the 0.31.0.RELEASE milestone Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Development

Successfully merging this pull request may close these issues.

1 participant