© 2026 Hedgehog Software, LLC
// prefixed by /api/auth app.on(['POST', 'GET'], '/*', async (c) => { const authInstance = auth.getAuth(c.env); return authInstance.handler(c.req.raw); });
{"idToken":"....","provider":"apple"}
{"code":"VALIDATION_ERROR","message":"Invalid body parameters"}