Implement API Key Hashing And Verification #6
Notifications
Due Date
No due date set.
Blocks
Depends on
#7 Implement Local API Key Admin CLI
dohertj2/mxaccessgw
#8 Add gRPC Authentication And Scope Authorization
dohertj2/mxaccessgw
#5 Implement SQLite Auth Store And Migrations
dohertj2/mxaccessgw
Reference: dohertj2/mxaccessgw#6
Reference in New Issue
Block a user
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?
Source: $file
Milestone: $currentMilestone
Labels:
area:auth,type:feature,priority:p0Deliverables:
mxgw_<key-id>_<secret>format,Acceptance criteria:
Tests:
Worker 2 is taking this issue.
Branch: agent-2/issue-6-implement-api-key-hashing-and-verification
Worktree: C:\Users\dohertj2\Desktop\mxaccessgw-agent-2
Implemented and merged via PR #59: #59
Commit:
696be17Merge commit on main:
3b3e41acf4Branch: agent-2/issue-6-implement-api-key-hashing-and-verification
Verification:
Acceptance criteria verified: malformed keys fail, valid keys verify against stored hashes, revoked keys fail, redaction avoids leaking raw secrets, and scope extraction is covered by focused tests.