Skip to content

Commit 3008965

Browse files
authored
Merge pull request #4 from Hombre2014/fix
Fix a security issue with braces and update the README file
2 parents 04c87e4 + ef88eb2 commit 3008965

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Auth V5
1+
b# Auth V5
22

33
> Next Auth V5 Advanced guide
44
@@ -24,14 +24,14 @@
2424

2525
You will need to create a `.env` file in the root of the project and add the following environment variables:
2626

27-
DATABASE_URL=
28-
DIRECT_URL=
29-
AUTH_SECRET=
30-
GITHUB_CLIENT_ID=
31-
GITHUB_CLIENT_SECRET=
32-
GOOGLE_CLIENT_ID=
33-
GOOGLE_CLIENT_SECRET=
34-
RESEND_API_KEY=
27+
DATABASE_URL=</br>
28+
DIRECT_URL=</br>
29+
AUTH_SECRET=</br>
30+
GITHUB_CLIENT_ID=</br>
31+
GITHUB_CLIENT_SECRET=</br>
32+
GOOGLE_CLIENT_ID=</br>
33+
GOOGLE_CLIENT_SECRET=</br>
34+
RESEND_API_KEY=</br>
3535
NEXT_PUBLIC_APP_URL="http://localhost:3000" or your production URL
3636

3737
## Live Demo

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)