We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77121e9 commit 5ae6a49Copy full SHA for 5ae6a49
auth.config.ts
@@ -4,4 +4,5 @@ import type { NextAuthConfig } from 'next-auth';
4
// https://authjs.dev/guides/edge-compatibility#middleware
5
export default {
6
providers: [GitHub],
7
+ trustHost: true,
8
} satisfies NextAuthConfig;
0 commit comments