Skip to content

Github oauth app (optional)

Along with email-password based login, you can also setup Github oauth for login.

For the rest of this guide, we’ll assume example.com as your domain.

  1. Go to https://github.com/settings/applications/new
  2. Enter the homepage URL as https://example.com
  3. Enter the callback URL as https://example.com/api/v1/auth/github/callback
  4. Click on Register application