UNPKG

@daveyplate/better-auth-persistent

Version:

Persistent session management for Better Auth

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