From 49824dcdb9b6fe30f8d37fc5d122363a09c72fa5 Mon Sep 17 00:00:00 2001 From: OmerM86 Date: Thu, 7 Nov 2024 15:28:09 +0530 Subject: [PATCH] fix(auth): github auth callback url --- docs/home/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/quick-start.md b/docs/home/quick-start.md index 0e1a929..4fe74ab 100644 --- a/docs/home/quick-start.md +++ b/docs/home/quick-start.md @@ -74,5 +74,5 @@ docker run -it -p 7007:7007 \ * Application name: The name of your application. * Homepage URL: The URL of your application. For instance, `http://localhost:3000`. * Application description: A brief description of your application. - * Authorization callback URL: The URL to redirect to after the user authorizes the app. For instance, `http://localhost:3000/api/auth/callback/github`. + * Authorization callback URL: The URL to redirect to after the user authorizes the app. For instance, `http://localhost:3000/api/auth/github/handler/frame`. * Once created, find the client ID and `generate new` client secret from the app settings.