You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
NEXT_AUTH_SECRET=XXXXXXXXXXXXXXX
GITHUB_ID=XXXXXXXXXXXXXXX
GITHUB_SECRET=XXXXXXXXXXXXXXX
GOOGLE_ID=XXXXXXXXXXXXXXX
GOOGLE_SECRET=XXXXXXXXXXXXXXX
# Support OAuth login on preview deployments, see: https://authjs.dev/guides/basics/deployment#securing-a-preview-deployment
# Set the following only when deployed. In this example, we can reuse the same OAuth app, but if you are storing users, we recommend using a different OAuth app for development/production so that you don't mix your test and production user base.