UNPKG

@daveyplate/better-auth-persistent

Version:

Persistent session management for Better Auth

5 lines (3 loc) 147 B
import { atom } from "nanostores" import type { AuthClient } from "../types/auth-client" export const $authClient = atom<AuthClient | null>(null)