Skip to content

Commit

Permalink
Merge pull request #18 from OmerM86/main
Browse files Browse the repository at this point in the history
fix(auth): github auth callback url
  • Loading branch information
Adri99x authored Nov 8, 2024
2 parents ce1c726 + 49824dc commit 10c1d93
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 10c1d93

Please sign in to comment.