this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 250 B view raw
1import { magicLinkClient } from "better-auth/client/plugins"; 2import { createAuthClient } from "better-auth/react"; 3 4export const authClient = createAuthClient({ 5 baseURL: process.env.NEXT_PUBLIC_BETTER_AUTH_URL, 6 plugins: [magicLinkClient()], 7});