From a996cbb1200307647c10f85bc9ef38987c773a20 Mon Sep 17 00:00:00 2001 From: Abhishek Ranjan Date: Mon, 12 May 2025 10:36:07 +0530 Subject: [PATCH] Update oauth.mdx chore: update exact url directiing to github oauth app rather than github apps --- authentication/oauth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/oauth.mdx b/authentication/oauth.mdx index 8610f40..470da9e 100644 --- a/authentication/oauth.mdx +++ b/authentication/oauth.mdx @@ -22,7 +22,7 @@ Follow these guides to create an OAuth app for your chosen provider(s). Then cop ### GitHub -Go to this page to [create a new GitHub OAuth app](https://github.com/settings/apps). +Go to this page to [create a new GitHub OAuth app](https://github.com/settings/applications/new). The callback URL should be: `CHAINLIT_URL/auth/oauth/github/callback`. If your Chainlit app is hosted at localhost:8000, you should use `http://localhost:8000/auth/oauth/github/callback`.