Logo

Github OAuth App

To enable GitHub authentication for Ziit, you need to create a GitHub OAuth App.

Register Your OAuth App

Fill in the required fields:

FieldValue
Application nameZiit (or your preferred name)
Homepage URLYour Ziit instance URL (e.g., https://ziit.example.com)
Authorization callback URLYour callback URL (e.g., https://ziit.example.com/api/auth/github/callback)

Callback URL Format

Make sure your callback URL matches exactly with your Ziit instance domain, followed by /api/auth/github/callback

Get Your Credentials

After registration, you'll receive a Client ID and can generate a Client Secret:

  • Save these values for your Ziit configuration
  • Important: Keep your Client Secret secure and never expose it publicly

On this page

Edit on Github