mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* docs: add Gatsby example, move Next.js example * chore: fix sync action * docs(example): fix README link
29 lines
500 B
Plaintext
29 lines
500 B
Plaintext
NEXTAUTH_URL=http://localhost:3000
|
|
NEXTAUTH_SECRET= # Linux: `openssl rand -hex 32` or go to https://generate-secret.now.sh/32
|
|
|
|
APPLE_ID=
|
|
APPLE_TEAM_ID=
|
|
APPLE_PRIVATE_KEY=
|
|
APPLE_KEY_ID=
|
|
|
|
AUTH0_ID=
|
|
AUTH0_SECRET=
|
|
AUTH0_ISSUER=
|
|
|
|
FACEBOOK_ID=
|
|
FACEBOOK_SECRET=
|
|
|
|
GITHUB_ID=
|
|
GITHUB_SECRET=
|
|
|
|
GOOGLE_ID=
|
|
GOOGLE_SECRET=
|
|
|
|
TWITTER_ID=
|
|
TWITTER_SECRET=
|
|
|
|
EMAIL_SERVER=smtp://username:password@smtp.example.com:587
|
|
EMAIL_FROM=NextAuth <noreply@example.com>
|
|
|
|
DATABASE_URL=sqlite://localhost/:memory:?synchronize=true
|