mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-15 10:34:43 -05:00
feat: add trusted origin to authentication configuration.
This commit is contained in:
@@ -14,6 +14,7 @@ export const auth = betterAuth({
|
|||||||
verification: schema.verificationTokens,
|
verification: schema.verificationTokens,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
trustedOrigins: ["https://beenvoice.soconnor.dev"],
|
||||||
emailAndPassword: {
|
emailAndPassword: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
password: {
|
password: {
|
||||||
|
|||||||
Reference in New Issue
Block a user