fabro/lib/apps/fabro-server
Scott Werner 68ef8c7e89 Leave old SlateDB authorization-code records in place
Drop the startup retirement of the auth/code keyspace instead of
carrying one-shot cleanup code forever. The records it deleted are
inert: at most a handful exist at cutover, every binary (old or new)
rejects them within 60 seconds of issue via the expiry check, and
nothing reads the keyspace after the move to SQLite. The refresh-token
retirement keeps its original inline shape.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-24 17:25:59 -04:00
..
migrations Harden SQLite blob activation safety 2026-08-24 14:02:35 -04:00
src Leave old SlateDB authorization-code records in place 2026-08-24 17:25:59 -04:00
tests Move pending CLI authorizations to SQLite 2026-08-24 17:25:19 -04:00
build.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
Cargo.toml Forward fabro-store/test-support through dependent test-support features 2026-08-24 14:02:35 -04:00