Commit Graph

3 Commits

Author SHA1 Message Date
Chris Farhood b6c0751687 auth: request tracing + configurable Better Auth log level (debug OAuth flow)
build / test (push) Successful in 14s
build / build (push) Successful in 13s
2026-07-05 22:48:20 -04:00
Chris Farhood 4e49632e23 auth: login page resumes the OAuth authorize flow after sign-in
build / test (push) Successful in 7s
build / build (push) Successful in 6s
Better Auth redirects to the login page with the original signed authorize params;
hand them back to /oauth2/authorize as the post-sign-in callback so a code is
issued (was defaulting to '/', producing a blank page).
2026-07-05 22:39:13 -04:00
Chris Farhood f47d873262 feat: Better Auth OAuth/OIDC server for the Intervals.icu MCP product
build / test (push) Successful in 20s
build / build (push) Failing after 29s
DCR-capable (RFC 7591) OAuth authorization server so Claude's MCP connector
self-registers — the thing Authentik can't do until 2026.8.0. Users sign in with
Google/Apple; oidcProvider + jwt issue asymmetric JWTs (JWKS) the MCP server
verifies. Shares the existing CNPG Postgres (own `betterauth` schema).

Scaffold: auth config, minimal Node server + login page, Dockerfile, CI.
2026-07-05 16:14:32 -04:00