Add account hierarchy framework with migrations, RLS policies, and UI components
This commit is contained in:
@@ -36,7 +36,7 @@ const authConfig = AuthConfigSchema.parse({
|
||||
password: process.env.NEXT_PUBLIC_AUTH_PASSWORD === 'true',
|
||||
magicLink: process.env.NEXT_PUBLIC_AUTH_MAGIC_LINK === 'true',
|
||||
otp: process.env.NEXT_PUBLIC_AUTH_OTP === 'true',
|
||||
oAuth: ['google'],
|
||||
oAuth: ['google', 'apple', 'azure', 'github'],
|
||||
},
|
||||
} satisfies z.output<typeof AuthConfigSchema>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user