mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 12:27:44 +00:00
feat(one-tap): improve Google One Tap integration with JWT verification and improved prompt handling (#1452)
* fix(auth): use options.baseURL instead of ctx.baseURL on trusted origins * feat(one-tap): improve Google One Tap integration with JWT verification and improved prompt handling * feat(one-tap): add One Tap component for user authentication and fix prompt options
This commit is contained in:
@@ -143,11 +143,11 @@ export const auth = betterAuth({
|
||||
bearer(),
|
||||
admin(),
|
||||
multiSession(),
|
||||
oneTap(),
|
||||
oAuthProxy(),
|
||||
nextCookies(),
|
||||
oidcProvider({
|
||||
loginPage: "/sign-in",
|
||||
}),
|
||||
oneTap(),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user