mirror of
https://github.com/renorris/openfsd
synced 2026-08-13 13:05:41 +08:00
getJwtContext returns nil when missing/wrong type; requireJwtContext aborts with 500 at every non-optional call site so handlers fail closed without panic. NewCoalesceOutbound returns (*CoalesceOutbound, error) instead of panicking on nil writeAsync. Tracks the cleanup design doc.