Add API-key authentication middleware for API requests #12
Labels
No labels
area: admin
area: build
area: ci
area: compare
area: model
area: ops
area: provenance
area: rite
area: web
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Site#12
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?
Problem
Incoming API requests must be authenticated by key hash and mapped to a tenant before any quota or business logic runs.
Acceptance criteria
Notes
This is the Site-side gate; the engine itself stays clean-room.