Skip to content

Release 2.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 14:17

pk-auth 2.1.0

Maven Central

Add the modules you need (all share the same version):

implementation("com.codeheadsystems:pk-auth-spring-boot-starter:2.1.0")
// or :pk-auth-dropwizard / :pk-auth-micronaut for the other adapters
implementation("com.codeheadsystems:pk-auth-persistence-jdbi:2.1.0")
// testImplementation("com.codeheadsystems:pk-auth-testkit:2.1.0")
<dependency>
  <groupId>com.codeheadsystems</groupId>
  <artifactId>pk-auth-spring-boot-starter</artifactId>
  <version>2.1.0</version>
</dependency>

Modules Published

  • com.codeheadsystems:pk-auth-core:2.1.0
  • com.codeheadsystems:pk-auth-jwt:2.1.0
  • com.codeheadsystems:pk-auth-admin-api:2.1.0
  • com.codeheadsystems:pk-auth-backup-codes:2.1.0
  • com.codeheadsystems:pk-auth-magic-link:2.1.0
  • com.codeheadsystems:pk-auth-otp:2.1.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:2.1.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:2.1.0
  • com.codeheadsystems:pk-auth-testkit:2.1.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:2.1.0
  • com.codeheadsystems:pk-auth-dropwizard:2.1.0
  • com.codeheadsystems:pk-auth-micronaut:2.1.0

What's Changed

See commits since last release for details.

Note: Artifacts may take up to 2 hours to appear in Maven Central after release.

What's Changed

  • chore: open 2.0.1 development line + regenerate social card by @wolpert in #68
  • Create http server for the purpose of testing. by @bernata in #69
  • ci(examples): wire Playwright e2e suites into check and CI by @wolpert in #71
  • Add RegistrationService. This is a service for testing. by @bernata in #70
  • build(deps): Bump com.zaxxer:HikariCP from 7.0.2 to 7.1.0 in the dev-dependencies group by @dependabot[bot] in #73
  • build(deps-dev): Bump the npm-dependencies group across 4 directories with 3 updates by @dependabot[bot] in #74
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #75
  • build(deps): Bump actions/setup-java from 5.2.0 to 5.3.0 in the gh-actions group by @dependabot[bot] in #76
  • build(deps): Bump the dev-dependencies group with 4 updates by @dependabot[bot] in #77
  • feat(core): crypto-agility + post-quantum readiness for passkey algorithms by @wolpert in #78
  • feat(examples): wire offered/accepted COSE algorithm config through adapters + demos by @wolpert in #79
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #80
  • build(deps): Bump the dev-dependencies group with 5 updates by @dependabot[bot] in #81
  • Add buffer builder and tests. by @bernata in #82
  • adr-0020 browser client testing strategy by @bernata in #83
  • build(deps-dev): Bump undici from 7.27.2 to 7.28.0 in /clients/passkeys-browser by @dependabot[bot] in #85
  • Create a fake authenticator. by @bernata in #84
  • Create RegistrationService by @bernata in #86
  • test(browser): fix TS6 typecheck errors in ceremonies mediation test by @wolpert in #87
  • Use FakeAuthenticator, RegistrationService to test ceremony. by @bernata in #88
  • build(deps): Bump the dev-dependencies group with 3 updates by @dependabot[bot] in #91
  • build(deps-dev): Bump @types/node from 25.9.3 to 26.0.0 in /clients/passkeys-browser in the npm-dependencies group across 1 directory by @dependabot[bot] in #90
  • Implement "get" method for authenticator. by @bernata in #89
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #92
  • chore(release): prepare 2.1.0 by @wolpert in #93

Full Changelog: v2.0.0...v2.1.0