Skip to content

Commit

Permalink
Merge pull request #4 from Hombre2014/fix
Browse files Browse the repository at this point in the history
Fix a security issue with braces and update the README file
  • Loading branch information
Hombre2014 authored Aug 1, 2024
2 parents 04c87e4 + ef88eb2 commit 3008965
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Auth V5
b# Auth V5

> Next Auth V5 Advanced guide
Expand All @@ -24,14 +24,14 @@

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

DATABASE_URL=
DIRECT_URL=
AUTH_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
RESEND_API_KEY=
DATABASE_URL=</br>
DIRECT_URL=</br>
AUTH_SECRET=</br>
GITHUB_CLIENT_ID=</br>
GITHUB_CLIENT_SECRET=</br>
GOOGLE_CLIENT_ID=</br>
GOOGLE_CLIENT_SECRET=</br>
RESEND_API_KEY=</br>
NEXT_PUBLIC_APP_URL="http://localhost:3000" or your production URL

## Live Demo
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3008965

Please sign in to comment.