SwoffSwoff

clearMemoryAuth

Null memory auth (used for cross-tab sync).

clearMemoryAuth()

From swoff/auth/store.ts. Nulls in-memory auth only. Useful when another tab broadcasts auth change.

import { clearMemoryAuth } from "swoff/auth/store";

clearMemoryAuth();

On this page