Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

## What this is

pk-auth is a **passkeys-first authentication library set for the JVM**, published to Maven Central under `com.codeheadsystems`. All modules share one version (`gradle.properties` → currently `2.0.0-SNAPSHOT`). It is *not* an identity provider: it owns passkeys/credentials, never users — the host maps users via the `UserLookup` SPI.
pk-auth is a **passkeys-first authentication library set for the JVM**, published to Maven Central under `com.codeheadsystems`. All modules share one version (`gradle.properties` → currently `2.0.1-SNAPSHOT`). It is *not* an identity provider: it owns passkeys/credentials, never users — the host maps users via the `UserLookup` SPI.

The canonical architecture reference is [`DESIGN.md`](./DESIGN.md); per-decision rationale lives in [`docs/adr/`](./docs/adr/) (Nygard format, numbered). Read the relevant ADR before changing cross-module behavior.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ tests and Playwright end-to-end suites:
## Status

1.0.0 cut the stable baseline; the current development line is
**2.0.0-SNAPSHOT** (see `gradle.properties` for the authoritative
**2.0.1-SNAPSHOT** (see `gradle.properties` for the authoritative
version). The 1.1 line added per-audience JWT TTLs, the
`AccessTokenStore` (stateful access tokens), the
`UserDeletionService` fan-out, and the `pk-auth-refresh-tokens`
Expand Down
2 changes: 1 addition & 1 deletion clients/passkeys-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pk-auth/passkeys-browser",
"version": "2.0.0",
"version": "2.0.1-SNAPSHOT",
"description": "pk-auth browser SDK: WebAuthn ceremonies + admin operations against the pk-auth wire contract.",
"license": "MIT",
"author": "Ned Wolpert",
Expand Down
4 changes: 2 additions & 2 deletions docs/stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Current status: 2.x

pk-auth is **post-1.0** as of the `v1.0.0` tag. The current development line is
**2.0.0-SNAPSHOT** (`gradle.properties` is authoritative); the 1.1, 1.2, and
1.3 releases have shipped. See [`CHANGELOG.md`](../CHANGELOG.md) for the
**2.0.1-SNAPSHOT** (`gradle.properties` is authoritative); the 1.1, 1.2, 1.3, and
2.0 releases have shipped. See [`CHANGELOG.md`](../CHANGELOG.md) for the
per-release delta.

Post-1.0, pk-auth follows [Semantic Versioning](https://semver.org/):
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ org.gradle.jvmargs=-Xmx2g \

# Project identity
group=com.codeheadsystems
version=2.0.0-SNAPSHOT
version=2.0.1-SNAPSHOT
Binary file modified site/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading