© 2026 Hedgehog Software, LLC
export function getGoogleAuthConfig() { return { scopes: ['profile', 'email'], // must include at least 'profile' for Google }; }
export const getGoogleUserFields = defineUserSignupFields({ email: (data: any) => data.profile.emails[0].value, username: (data: any) => data.profile.displayName, isAdmin: (data: any) => adminEmails.includes(data.profile.emails[0].value), });
Join the Discord to ask follow-up questions and connect with the community
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
4,603 Members