Epilogue OAuth
Set up Epilogue OAuth authentication
To enable Epilogue authentication for Ziit, you need to create a Epilogue OAuth App.
Go to the Application Settins
Navigate to Epilogue Auth Settings go to "Applications" and click on "New Application"
Register Your OAuth App
Fill in the required fields:
Field | Value |
---|---|
Name | Ziit (or your preferred name) |
Authorization callback URL | Your callback URL (e.g., https://ziit.example.com/api/auth/github/callback) |
Permissions | Select 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