Skip to content

Releases: codeheadsystems/pk-auth

Release 2.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 04:05

pk-auth 2.2.0

Maven Central

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

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

Modules Published

  • com.codeheadsystems:pk-auth-core:2.2.0
  • com.codeheadsystems:pk-auth-jwt:2.2.0
  • com.codeheadsystems:pk-auth-admin-api:2.2.0
  • com.codeheadsystems:pk-auth-backup-codes:2.2.0
  • com.codeheadsystems:pk-auth-magic-link:2.2.0
  • com.codeheadsystems:pk-auth-otp:2.2.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:2.2.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:2.2.0
  • com.codeheadsystems:pk-auth-testkit:2.2.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:2.2.0
  • com.codeheadsystems:pk-auth-dropwizard:2.2.0
  • com.codeheadsystems:pk-auth-micronaut:2.2.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

  • build(deps-dev): Bump the npm-dependencies group across 3 directories with 1 update by @dependabot[bot] in #94
  • build(deps): Bump the dev-dependencies group with 3 updates by @dependabot[bot] in #96
  • build(deps): Bump the gh-actions group with 2 updates by @dependabot[bot] in #95
  • build(deps-dev): Bump @types/node from 26.0.0 to 26.0.1 in /clients/passkeys-browser in the npm-dependencies group across 1 directory by @dependabot[bot] in #97
  • build(deps): Bump the dev-dependencies group with 3 updates by @dependabot[bot] in #98
  • fix: resolve security, correctness, and maintenance review findings by @wolpert in #99
  • rename the test helper registration.ts -> ceremony.ts by @bernata in #100
  • fix: resolve security & correctness findings from review by @wolpert in #101
  • build(deps): Bump actions/setup-java from 5.3.0 to 5.4.0 in the gh-actions group by @dependabot[bot] in #102
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #103
  • chore(release): prepare 2.2.0 by @wolpert in #104

Full Changelog: v2.1.0...v2.2.0

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

Release 2.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 15:43

pk-auth 2.0.0

Maven Central

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

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

Modules Published

  • com.codeheadsystems:pk-auth-core:2.0.0
  • com.codeheadsystems:pk-auth-jwt:2.0.0
  • com.codeheadsystems:pk-auth-admin-api:2.0.0
  • com.codeheadsystems:pk-auth-backup-codes:2.0.0
  • com.codeheadsystems:pk-auth-magic-link:2.0.0
  • com.codeheadsystems:pk-auth-otp:2.0.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:2.0.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:2.0.0
  • com.codeheadsystems:pk-auth-testkit:2.0.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:2.0.0
  • com.codeheadsystems:pk-auth-dropwizard:2.0.0
  • com.codeheadsystems:pk-auth-micronaut:2.0.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

  • Validate docs/ADRs against code + fix DynamoDB refresh-token forensic-retention TTL by @wolpert in #37
  • Added claude file for Nitish by @wolpert in #38
  • test(browser): close mutation-testing coverage gaps in passkeys SDK by @wolpert in #40
  • test(browser): cover the full ceremony flows (correcting a PR #40 oversight) by @wolpert in #41
  • build(deps): Bump the dev-dependencies group with 4 updates by @dependabot[bot] in #42
  • test: raise line/branch coverage across library, adapters, and persistence by @wolpert in #43
  • Add mutation testing as part of ci pipeline. by @bernata in #39
  • test: prune low-value tests (getters/accessors, tautologies, no-assertion smoke) by @wolpert in #44
  • build(deps): Bump the dev-dependencies group with 4 updates by @dependabot[bot] in #46
  • build(deps): Bump the gh-actions group with 2 updates by @dependabot[bot] in #45
  • Add stryker dashboard to ci workflow. by @bernata in #47
  • docs(readme): add passkeys-browser mutation score badge by @wolpert in #48
  • build(deps-dev): Bump @types/node from 25.9.2 to 25.9.3 in /clients/passkeys-browser in the npm-dependencies group across 1 directory by @dependabot[bot] in #50
  • build(deps): Bump the dev-dependencies group with 11 updates by @dependabot[bot] in #51
  • ci: add SonarQube Cloud static analysis and coverage tracking by @wolpert in #52
  • ci: harden npm steps against script execution and unpinned fetches by @wolpert in #53
  • fix: resolve SonarQube reliability bugs and null-contract violations by @wolpert in #54
  • build: remove SonarQube Cloud; enforce line + branch coverage via JaCoCo by @wolpert in #56
  • Add sonarqube by @bernata in #49
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #58
  • Top-10 maintainability/test/design improvements (security-constrained) by @wolpert in #57
  • Maintainability pass: correctness fixes, dedup, sealed start* ceremony, docs by @wolpert in #59
  • ci: add workflow_dispatch to allow on-demand runs (browser SonarQube scan) by @wolpert in #61
  • fix(sdk): clear SonarQube ReDoS hotspot in base64url encode by @wolpert in #62
  • fix(deps): force esbuild >=0.28.1 (Dependabot alert #5, GHSA-gv7w-rqvm-qjhr) by @wolpert in #63
  • build(deps): Bump gradle/actions from 6.1.1 to 6.2.0 in the gh-actions group by @dependabot[bot] in #64
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #65
  • ci: skip SonarQube/Stryker on Dependabot PRs (secrets withheld) by @wolpert in #66
  • chore(release): prepare 2.0.0 by @wolpert in #67

New Contributors

Full Changelog: v1.3.1...v2.0.0

Release 1.3.1

Choose a tag to compare

@github-actions github-actions released this 06 Jun 17:30

pk-auth 1.3.1

Maven Central

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

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

Modules Published

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

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

  • build(deps): Bump the dev-dependencies group with 11 updates by @dependabot[bot] in #27
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #28
  • build(deps): Bump the dev-dependencies group with 12 updates by @dependabot[bot] in #29
  • security: harden the dependency and CI/CD supply chain by @wolpert in #30
  • build(deps): Bump the dev-dependencies group with 4 updates by @dependabot[bot] in #33
  • build(deps): Bump actions/dependency-review-action from 4.9.0 to 5.0.0 in the gh-actions group by @dependabot[bot] in #31
  • build: drop Gradle dependency verification (repairs main) by @wolpert in #34
  • build(deps-dev): Bump the npm-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #32
  • Docs update by @wolpert in #35
  • Release 1.3.1 by @wolpert in #36

Full Changelog: v1.3.0...v1.3.1

Release 1.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 13:26
86fa03f

pk-auth 1.3.0

Maven Central

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

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

Modules Published

  • com.codeheadsystems:pk-auth-core:1.3.0
  • com.codeheadsystems:pk-auth-jwt:1.3.0
  • com.codeheadsystems:pk-auth-admin-api:1.3.0
  • com.codeheadsystems:pk-auth-backup-codes:1.3.0
  • com.codeheadsystems:pk-auth-magic-link:1.3.0
  • com.codeheadsystems:pk-auth-otp:1.3.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:1.3.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:1.3.0
  • com.codeheadsystems:pk-auth-testkit:1.3.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:1.3.0
  • com.codeheadsystems:pk-auth-dropwizard:1.3.0
  • com.codeheadsystems:pk-auth-micronaut:1.3.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

  • Security-review follow-ups: amr propagation, ChallengeId decoupling, hardening by @wolpert in #26

Full Changelog: v1.2.0...v1.3.0

Release 1.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 12:16

pk-auth 1.2.0

Maven Central

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

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

Modules Published

  • com.codeheadsystems:pk-auth-core:1.2.0
  • com.codeheadsystems:pk-auth-jwt:1.2.0
  • com.codeheadsystems:pk-auth-admin-api:1.2.0
  • com.codeheadsystems:pk-auth-backup-codes:1.2.0
  • com.codeheadsystems:pk-auth-magic-link:1.2.0
  • com.codeheadsystems:pk-auth-otp:1.2.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:1.2.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:1.2.0
  • com.codeheadsystems:pk-auth-testkit:1.2.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:1.2.0
  • com.codeheadsystems:pk-auth-dropwizard:1.2.0
  • com.codeheadsystems:pk-auth-micronaut:1.2.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

  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #15
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #16
  • build(deps): Bump the gh-actions group with 4 updates by @dependabot[bot] in #17
  • build(deps): Bump the dev-dependencies group with 4 updates by @dependabot[bot] in #18
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #19
  • build(deps): Bump the dev-dependencies group with 4 updates by @dependabot[bot] in #20
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #21
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #22
  • build(deps): Bump the dev-dependencies group with 5 updates by @dependabot[bot] in #23
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #24
  • build(deps): Bump the dev-dependencies group with 13 updates by @dependabot[bot] in #25

Full Changelog: v1.1.1...v1.2.0

Release 1.1.1

Choose a tag to compare

@github-actions github-actions released this 17 May 15:26

pk-auth 1.1.1

Maven Central

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

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

Modules Published

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

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.

Full Changelog: v1.1.0...v1.1.1

Release 1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 May 12:29

pk-auth 1.1.0

Maven Central

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

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

Modules Published

  • com.codeheadsystems:pk-auth-core:1.1.0
  • com.codeheadsystems:pk-auth-jwt:1.1.0
  • com.codeheadsystems:pk-auth-admin-api:1.1.0
  • com.codeheadsystems:pk-auth-backup-codes:1.1.0
  • com.codeheadsystems:pk-auth-magic-link:1.1.0
  • com.codeheadsystems:pk-auth-otp:1.1.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:1.1.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:1.1.0
  • com.codeheadsystems:pk-auth-testkit:1.1.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:1.1.0
  • com.codeheadsystems:pk-auth-dropwizard:1.1.0
  • com.codeheadsystems:pk-auth-micronaut:1.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

  • feat(jwt): per-audience access-token TTLs via TokenTtlPolicy SPI by @wolpert in #12
  • feat(jwt,core): stateful access tokens + user-deletion fan-out by @wolpert in #13
  • feat(refresh-tokens): rotating refresh tokens with family-based replay defense by @wolpert in #14

New Contributors

Full Changelog: v1.0.0...v1.1.0

Release 1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 May 01:18

pk-auth 1.0.0

Maven Central

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

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

Modules Published

  • com.codeheadsystems:pk-auth-core:1.0.0
  • com.codeheadsystems:pk-auth-jwt:1.0.0
  • com.codeheadsystems:pk-auth-admin-api:1.0.0
  • com.codeheadsystems:pk-auth-backup-codes:1.0.0
  • com.codeheadsystems:pk-auth-magic-link:1.0.0
  • com.codeheadsystems:pk-auth-otp:1.0.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:1.0.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:1.0.0
  • com.codeheadsystems:pk-auth-testkit:1.0.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:1.0.0
  • com.codeheadsystems:pk-auth-dropwizard:1.0.0
  • com.codeheadsystems:pk-auth-micronaut:1.0.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.

Full Changelog: v0.9.0...v1.0.0

Release 0.9.0

Choose a tag to compare

@github-actions github-actions released this 16 May 17:03

pk-auth 0.9.0

Maven Central

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

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

Modules Published

  • com.codeheadsystems:pk-auth-core:0.9.0
  • com.codeheadsystems:pk-auth-jwt:0.9.0
  • com.codeheadsystems:pk-auth-admin-api:0.9.0
  • com.codeheadsystems:pk-auth-backup-codes:0.9.0
  • com.codeheadsystems:pk-auth-magic-link:0.9.0
  • com.codeheadsystems:pk-auth-otp:0.9.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:0.9.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:0.9.0
  • com.codeheadsystems:pk-auth-testkit:0.9.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:0.9.0
  • com.codeheadsystems:pk-auth-dropwizard:0.9.0
  • com.codeheadsystems:pk-auth-micronaut:0.9.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

  • build(deps): Bump the dev-dependencies group across 1 directory with 11 updates by @dependabot[bot] in #3
  • build(deps): Bump the gh-actions group with 4 updates by @dependabot[bot] in #1
  • build(deps): Bump dependabot/fetch-metadata from 2 to 3 in the gh-actions group by @dependabot[bot] in #4
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #5
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #6
  • build(deps): Bump the dev-dependencies group with 18 updates by @dependabot[bot] in #7
  • build(deps): Bump the dev-dependencies group with 15 updates by @dependabot[bot] in #8
  • build(deps): Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #10
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #9
  • build(deps): Bump the dev-dependencies group with 4 updates by @dependabot[bot] in #11

New Contributors

Full Changelog: https://github.com/codeheadsystems/pk-auth/commits/v0.9.0