Click your profile’s avatar and navigate to Settings.
Click Developer Settings and then OAuth Apps.
Click Register a new application.
Configure the following OAuth credentials for your Plane app.
Homepage URL
The domain, with HTTPS, on which you host Plane, e.g., https://app.plane.so
Authorization Callback URL
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.
Click Register application to save it.
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.