UNPKG

@better-auth-ui/core

Version:

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

10 lines (9 loc) 288 B
/** * Mutation keys for Better Auth's anonymous plugin. * * Anonymous sign-in stays under the shared sign-in namespace so global auth * pending and error handling can observe it. */ export const anonymousMutationKeys = { signIn: ["auth", "signIn", "anonymous"] as const } as const