Skip to content

Commit 4afdfe7

Browse files
committed
Updated OAuth requirement for mobile
1 parent 41c6d04 commit 4afdfe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

self-hosting/govern/github-oauth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Plane also supports GitHub OAuth so your users can sign-in with GitHub instead.
1515
1. **Homepage URL**\
1616
The domain, with HTTPS, on which you host Plane, e.g., `https://app.plane.so`
1717
2. **Authorization Callback URL**\
18-
Append `/auth/github/callback/ `to the Homepage URL, e.g., `https://app.plane.so//auth/github/callback/`
18+
Append the path that users should be redirected to after they have authenticated with GitHub. e.g., `https://<plane.example.com>//auth/github/callback/` and `https://<plane.example.com>/auth/mobile/github/callback/` where `<plane.example.com>` is your self-hosted instance's domain.
1919
6. Click `Register application` to save it.
2020
<Frame>![](/images/authentication/github/github-auth-2.png)</Frame>
2121
7. Find the app you just registered and click through to find the client ID and the client secret. You will need this for the next steps.

self-hosting/govern/google-oauth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ First, you will need to identify Plane as an approved OAuth app to Google.
1919
1. **Authorized JavaScript origins**\
2020
The HTTP origins that host your web application, e.g., `https://app.plane.so`
2121
2. **Authorized redirect URIs**\
22-
Append the path that users should be redirected to after they have authenticated with Google, e.g., `https://app.plane.so/auth/google/callback`
22+
Append the path that users should be redirected to after they have authenticated with Google. `https://<plane.example.com>/auth/google/callback` and `https://<plane.example.com>/auth/mobile/google/callback/` where `<plane.example.com>` is your self-hosted instance's domain.
2323
3. Click **Create**.
2424
4. Get the Client ID and Client secret under **OAuth 2.0 Client IDs** on the **Credentials** screen.
2525
<Frame>![](/images/authentication/google/google-auth-4.png)</Frame>

0 commit comments

Comments
 (0)