Skip to content

Commit

Permalink
fix: explicitly pass AUTH_SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Feb 12, 2024
1 parent 0bdc99c commit 36a2579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dev/nextjs/auth.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ declare module "next-auth" {

export default {
debug: true,
secret: process.env.AUTH_SECRET,
providers: [
Credentials({
credentials: { password: { label: "Password", type: "password" } },
Expand Down

0 comments on commit 36a2579

Please sign in to comment.