← All plugins
Auth
Better Auth integration for sign‑in and sessions.
pnpm add @edv4h/usketch-plugin-server-auth Overview
Auth is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.
Usage
import { createApp } from "@edv4h/usketch-core";
import { ServerAuthPlugin } from "@edv4h/usketch-plugin-server-auth";
const app = createApp({
plugins: [
ServerAuthPlugin,
],
});