Skip to content

Commit cddb9f8

Browse files
committed
build: add trustedOrigins configuration to auth setup
1 parent 1a070b9 commit cddb9f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/api/src/lib/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const auth = betterAuth({
3636
},
3737
},
3838
appName: "api",
39+
trustedOrigins: ["http://localhost:5173", "https://olp.csc.ieeemansb.org"],
3940
plugins: [
4041
openAPI(),
4142
bearer(),

0 commit comments

Comments
 (0)