feat: oAuth proxy plugin (#438)

This commit is contained in:
Bereket Engida
2024-11-06 23:55:19 +03:00
committed by GitHub
parent 3f99f5bc39
commit 77a80061cc
8 changed files with 223 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ import {
passkey,
twoFactor,
oneTap,
oAuthProxy,
} from "better-auth/plugins";
import { reactInvitationEmail } from "./email/invitation";
import { LibsqlDialect } from "@libsql/kysely-libsql";
@@ -122,5 +123,6 @@ export const auth = betterAuth({
admin(),
multiSession(),
oneTap(),
oAuthProxy(),
],
});