Add admin API key management UI #54
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#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Let the authenticated site owner create, list, and revoke API keys through the admin UI after logging in through the admin session flow.
Spec:
docs/web-specs/03-admin-auth-keys-passkeys.mdRequirements
task-8af07ab8for all API key management pages/actions.task-090a180b.Acceptance criteria
Dependencies
Synced from todu comment by @todu on 2026-05-22T19:03:37.942Z
Closing Summary
PR #59 merged: #59
Acceptance criteria evidence:
POST /admin/api-keysand one-time raw-key display in creation response.POST /admin/api-keys/:id/revoke.verifyApiKey.make check,./scripts/pre-pr.sh, PR CI, and main push CI.Post-merge cleanup: local and remote feature branches deleted.
Readiness: READY
Synced from todu comment by @todu on 2026-05-22T19:02:02.072Z
PR Review: Approved
PR: #59
Summary
Reviewed PR #59 at commit
9f2de78. The PR adds the protected admin API key management UI: authenticated owners can list API key metadata, create a key and see the raw key only in the creation response, and revoke keys. Anonymous access redirects to login, list views avoid raw keys and hashes, and revocation prevents future API key verification.Acceptance Criteria
make check,./scripts/pre-pr.sh, and Forgejo CI passed.Blocking Issues
None.
Warnings
None.
Verdict
Approved for merge.