Skip to content

feat(store): persist passkey ceremony sessions in postgres#75

Open
jmgilman wants to merge 1 commit into
masterfrom
feat/passkey-postgres-sessions
Open

feat(store): persist passkey ceremony sessions in postgres#75
jmgilman wants to merge 1 commit into
masterfrom
feat/passkey-postgres-sessions

Conversation

@jmgilman

Copy link
Copy Markdown
Contributor

Summary

  • add an authkit Postgres table and Store implementation for passkey ceremony sessions
  • store WebAuthn SessionData as upstream MessagePack bytes inside the JSONB payload to preserve extension value types
  • add shared session-store behavior coverage and wire testkit Postgres mode to use the auth Postgres store

Validation

  • go test ./proof/passkey/session ./store/postgres
  • go test -tags=integration ./store/postgres
  • moon run root:check --summary minimal
  • moon run root:integration --summary minimal
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant