A minimal OAuth proxy for Vercel preview deployments. Solves the static redirect URI problem.
/start/:provider?target=https://your-app.vercel.app
/callback/:providercode and state
/healthFrom your preview app (client-side):
window.location.href = "https://oauth.agens.io/start/google?target=" + encodeURIComponent(window.location.origin)
Need step-by-step implementation help?
📖 Complete Implementation Guide