Login State Fans Out To Settings

Logging out must reset every setting that depended on being logged in, at the logout choke point itself — otherwise a gated switch stays on for a service you are no longer authenticated to and silently no-ops forever, or errors on every tick. Use when a feature toggle is stuck on, cannot be switched off, or keeps running against a credential that is gone.

maxrave-dev Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/login-state-fans-out-to-settings commit b9da634cf8

Frequently asked questions

npx skillmds@latest add maxrave-dev/login-state-fans-out-to-settings