UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

6 lines (5 loc) 178 B
import { Auth } from 'better-auth'; import { UsernamePlugin } from 'better-auth/plugins'; export type UsernameAuthServer = Pick<Auth<{ plugins: [UsernamePlugin]; }>, "api">;