SwoffSwoff

getAuth

Get auth data from memory, adapter, or IndexedDB.

getAuth()

From swoff/auth/store.ts. Tries memory → adapter → IndexedDB → server fetch.

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

const auth = await getAuth();

On this page