Auth Debug

Safe diagnostics for OAuth callback/session troubleshooting. No secrets are shown.

{
  "serverTime": "2026-03-22T11:01:18.038Z",
  "env": {
    "hasSupabaseUrl": true,
    "hasSupabaseAnonKey": true,
    "callbackUrl": "https://unioinrm.ca/auth/callback",
    "appEnv": "production"
  },
  "cookies": {
    "count": 0,
    "names": []
  },
  "supabase": {
    "getSession": {
      "ok": true,
      "hasSession": false,
      "userId": null,
      "error": null
    },
    "getUser": {
      "ok": false,
      "userId": null,
      "error": "Auth session missing!"
    }
  }
}