Skip to content

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