mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 20:37:44 +00:00
feat: one tap (#419)
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
organization,
|
||||
passkey,
|
||||
twoFactor,
|
||||
oneTap,
|
||||
} from "better-auth/plugins";
|
||||
import { reactInvitationEmail } from "./email/invitation";
|
||||
import { LibsqlDialect } from "@libsql/kysely-libsql";
|
||||
@@ -120,5 +121,6 @@ export const auth = betterAuth({
|
||||
bearer(),
|
||||
admin(),
|
||||
multiSession(),
|
||||
oneTap(),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user