mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
feat: oAuth proxy plugin (#438)
This commit is contained in:
@@ -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(),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user