Epilogue Auth Docs

Getting Started

Introduction to Epilogue Auth

Epilogue Auth is an OAuth-based authentication service that allows you to add user authentication to your applications.

Overview

The authentication flow works as follows:

  1. User visits your login endpoint → redirected to Epilogue Auth
  2. User authenticates → redirected back to your callback URL with a code
  3. Your server exchanges the code for a token
  4. Fetch user info and create a session

Requirements

To integrate Epilogue Auth, you'll need:

  • APP_ID - Your application ID from Epilogue Auth
  • APP_SECRET - Your application secret (keep this secure!)
  • AUTH_URL - The authorization URL for your app

API Endpoints

EndpointMethodDescription
https://auth.epilogue.team/api/v1/authorize/{APP_ID}POSTExchange authorization code for token
https://auth.epilogue.team/api/v1/app/meGETGet authenticated user info

Next Steps

Choose your framework to get started: