From 1929eba0a1f77bc0601d8cb138c6adf5a39d37fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Wed, 28 Jun 2023 13:30:17 +0100 Subject: [PATCH] Update .env.example --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 9c14cdd..b98ddb8 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,8 @@ OPENAI_API_KEY=XXXXXXXX # Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32` AUTH_SECRET=XXXXXXXX -# Create a GitHub OAuth app here: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app +# Create a GitHub OAuth app here: https://github.com/settings/applications/new +# Authorization callback URL: https://authjs.dev/reference/core/providers_github#callback-url AUTH_GITHUB_ID=XXXXXXXX AUTH_GITHUB_SECRET=XXXXXXXX # Support OAuth login on preview deployments, see: https://authjs.dev/guides/basics/deployment#securing-a-preview-deployment