Authentication
Github OAuth
Plane also supports GitHub OAuth so your users can sign-in with GitHub instead.
Configure Plane as an OAuth app on GitHub
- Log in to your GitHub account.
- 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/auth/github/callback/
to the Homepage URL, e.g.,https://app.plane.so//auth/github/callback/
- Homepage URL
- 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.
Configure Plane
- Go to
GitHub
on the Authentication screen of/god mode
. - Add the client ID + the client secret from the GitHub app you just registered.
- Click
Save
.
Your Plane instance should now work with GitHub sign-in.