Decisions
Each row links to a single ADR. Append-only.
| ID | Status | Date | Title | Supersedes |
|---|---|---|---|---|
| 0001 | Accepted | 2026-01 | Single JWKS issuer as trust root | — |
| 0002 | Accepted | 2026-02 | RBAC via Casbin + PolicyDefinition edge table | — |
| 0003 | Accepted | 2026-02 | Stateless JWT — no revocation list, short TTL + refresh | — |
| 0004 | Accepted | 2026-02 | OTP state in Redis (TTL-based), not in PostgreSQL | — |
Authoring rules
- One decision per file, MADR template (
NNNN-<kebab-slug>.md). - Sequential 4-digit numbering.
- Status:
Proposed·Accepted·Deprecated·Superseded by NNNN. - Cross-service decisions go in
developer/decisions/, not here.