Skip to content

OAuth

We now integrate GitHub by default. You can use the following steps to create an OAuth app.

OAuth

Creating an OAuth App

You can create and register an OAuth app under your personal account or under any organization you have administrative access to. While creating your OAuth app, remember to protect your privacy by only using information you consider public.

Steps to Create an OAuth App

  1. In the upper-right corner of any page, click your profile photo, then click Settings.
  2. In the left sidebar, click Developer settings.
  3. In the left sidebar, click OAuth apps.
  4. Click New OAuth App.
  5. In “Application name”, type the name of your app.
  6. In “Homepage URL”, type the full URL to your app’s website.
  7. Optionally, in “Application description”, type a description of your app that users will see.
  8. In “Authorization callback URL”, type the callback URL of your app.
  9. If your OAuth app will use the device flow to identify and authorize users, click Enable Device Flow.
  10. Click Register application.