From c096b0410aa34e583bf1cd8022330b8b51198602 Mon Sep 17 00:00:00 2001 From: angrypig555 <84266804+angrypig555@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:06:12 +0100 Subject: [PATCH] Replace example redirect URL in oauth documentation Replaced "orpheus.gg" with "example.com" in the oauth documentation as there is a non-hack club related website on that domain. --- docs/oauth/oauth-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/oauth/oauth-apps.md b/docs/oauth/oauth-apps.md index 126eb41c0..ade10558b 100644 --- a/docs/oauth/oauth-apps.md +++ b/docs/oauth/oauth-apps.md @@ -13,7 +13,7 @@ Hackatime uses [OAuth 2.0](https://oauth.net/2/) (powered by Doorkeeper) to let 3. Click **New Application** 4. Fill in the form: - **Name** -- a human-readable name for your app (shown on the consent screen) - - **Redirect URIs** -- one URI per line where users are sent after authorizing (e.g. `https://orpheus.gg/auth/callback`) + - **Redirect URIs** -- one URI per line where users are sent after authorizing (e.g. `https://example.com/auth/callback`) - **Scopes** -- the permissions your app needs (see [Scopes](#scopes) below) - **Confidential** -- check this if your app can keep a client secret safe (server-side apps). Leave unchecked for native/mobile/SPA apps. 5. Click **Submit**