Skip to content

Commit 47278ad

Browse files
committed
increase mock secret to 10 charcters
1 parent 43fbd72 commit 47278ad

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/app-router/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# next-auth
22
NEXTAUTH_URL=http://localhost:3000
3-
NEXTAUTH_SECRET="********"
3+
NEXTAUTH_SECRET="**********"

examples/drizzle/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ DB_NAME="database_name"
66

77
# next-auth
88
NEXTAUTH_URL=http://localhost:3000
9-
NEXTAUTH_SECRET="********"
9+
NEXTAUTH_SECRET="**********"

examples/kv/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ KV_REST_API_READ_ONLY_TOKEN="********"
66

77
# next-auth
88
NEXTAUTH_URL=http://localhost:3000
9-
NEXTAUTH_SECRET="********"
9+
NEXTAUTH_SECRET="**********"

examples/plain-js/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# next-auth
22
NEXTAUTH_URL=http://localhost:3000
3-
NEXTAUTH_SECRET="********"
3+
NEXTAUTH_SECRET="**********"

examples/ui-app-router/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# next-auth
22
NEXTAUTH_URL=http://localhost:3000
3-
NEXTAUTH_SECRET="********"
3+
NEXTAUTH_SECRET="**********"

examples/ui-pages-router/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# next-auth
22
NEXTAUTH_URL=http://localhost:3000
3-
NEXTAUTH_SECRET="********"
3+
NEXTAUTH_SECRET="**********"

0 commit comments

Comments
 (0)