Skip to content

Commit

Permalink
updated commands for generating secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dissorial committed May 18, 2023
1 parent 03d4560 commit a6a3a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ NODE_ENV=development

### NextAuth Secret

- You can generate this by running `npx nextauth secret` in your terminal.
- You can generate this by running `openssl rand -base64 32` in Git Bash.

### JWT Secret

- You can generate this by running `npx nextauth jwt-secret` in your terminal.
- You can generate this by running `openssl rand -base64 32` in Git Bash.

### NextAuth URL

Expand Down

1 comment on commit a6a3a80

@vercel
Copy link

@vercel vercel bot commented on a6a3a80 May 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.