Logo

Epilogue OAuth

Set up Epilogue OAuth authentication

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

Register Your OAuth App

Fill in the required fields:

FieldValue
NameZiit (or your preferred name)
Authorization callback URLYour callback URL (e.g., https://ziit.example.com/api/auth/github/callback)
PermissionsSelect View Email, View Username and View ID

Permissions

The Permissions have to be set exactly like documented here otherwise auth will fail and throw an error.

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 Application ID and Application Secret:

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