Skip to content

feat(passkey): add storage adapters#53

Merged
jmgilman merged 1 commit into
masterfrom
feat/session-031-passkey-storage
May 21, 2026
Merged

feat(passkey): add storage adapters#53
jmgilman merged 1 commit into
masterfrom
feat/session-031-passkey-storage

Conversation

@jmgilman
Copy link
Copy Markdown
Contributor

Summary

  • implement passkey.Store on memory and Postgres stores
  • add Postgres passkey user/credential migration with WebAuthn credential JSONB storage
  • extend shared store behavior tests to cover passkey registration, lookup, duplicate/conflict behavior, credential updates, defensive copies, and context cancellation

Validation

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

Scope

  • storage only; no testkit routes, browser JavaScript, docs, or UI/session flows

@jmgilman jmgilman merged commit be4958c into master May 21, 2026
2 checks passed
@jmgilman jmgilman deleted the feat/session-031-passkey-storage branch May 21, 2026 18:25
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