Skip to content

Commit

Permalink
fix(auth): github auth callback url
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerM86 committed Nov 7, 2024
1 parent ce1c726 commit 49824dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/home/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 49824dc

Please sign in to comment.