File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,7 @@ GITHUB_ID=28f9fdc87cb0dfc3fec7
15
15
GITHUB_SECRET = 9c7e709e8882dd3498fa5407469931e0e99b94ea
16
16
17
17
GOOGLE_CLIENT_ID = 176116788100-cv8354tkaqlpf69qmi3d8hkv4t5osm9e.apps.googleusercontent.com
18
- GOOGLE_CLIENT_SECRET = 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
18
+ GOOGLE_CLIENT_SECRET = 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
19
+
20
+ # NextAuth
21
+ NEXTAUTH_SECRET = PrS+N/uf+Wj+03iVbwR0MOsEr8TYEFS8cv3dM7ZGHkI=
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export const authOptions: NextAuthOptions = {
27
27
} ) ,
28
28
CredentialsProvider ( {
29
29
name : "Sign in" ,
30
+ id : "credentials" ,
30
31
credentials : {
31
32
email : {
32
33
label : "Email" ,
@@ -82,4 +83,5 @@ export const authOptions: NextAuthOptions = {
82
83
return token ;
83
84
} ,
84
85
} ,
86
+ secret : process . env . NEXTAUTH_SECRET
85
87
} ;
You can’t perform that action at this time.
0 commit comments