SwoffSwoff

ensureValidAuth

Get auth, returns null if invalid.

ensureValidAuth()

From swoff/auth/store.ts. Delegates to getAuth().

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

const auth = await ensureValidAuth();

On this page