Add admin passkey management #100
No reviewers
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-61f5b912-admin-passkeys"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds authenticated admin passkey management so a magic-link-authenticated site owner can register, list, and delete passkeys through the admin UI.
Task
Task: #task-61f5b912
Changes
admin_passkeysand registration challenge storage for future WebAuthn authentication.@simplewebauthn/server.npm auditis clean after dependency installation.Testing
make checkpasses./scripts/pre-pr.shpassesnpm auditreports 0 vulnerabilitiesChecklist
./scripts/pre-pr.shpasses3b766ed387dfcc7c326aPR Review
PR #100 reviewed against task
task-61f5b912.Summary
npm auditis clean.Acceptance criteria
/admin/passkeysand covered by route tests./admin/passkeys/:id/deleteand covered by route tests.admin-passkeys.test.ts.Verification
make checkpassed../scripts/pre-pr.shpassed.npm auditreports 0 vulnerabilities.Blocking issues
None.
Warnings
None.
Verdict
Approved. Stop at human merge approval gate.
dfcc7c326a2364c07778PR Review Update
PR #100 was amended after Firefox manual testing on
http://10.10.1.197:3000showed the UI reported passkeys as unsupported.Summary
window.isSecureContextfirst and shows a precise message: passkeys require HTTPS or localhost.Verification
make checkpassed../scripts/pre-pr.shpassed.Verdict
Approved. Stop at human merge approval gate.
Manual Test Update
Manual localhost passkey testing has been completed after clarifying the browser secure-context requirement.
Result
localhost/ secure origins.http://10.10.1.197:3000correctly cannot register passkeys because WebAuthn is unavailable outside HTTPS or localhost.Status
Approved. Stop at human merge approval gate.