BetterAuth GitHub OAuth Creates Only Verification Records, No User/Account/Session

✓ Compiled /auth/signin in 9.6s (9870 modules)
GET /auth/signin 200 in 9866ms
○ Compiling /api/auth/[...all] ...
✓ Compiled /api/auth/[...all] in 2.5s (5762 modules)
2025-04-27T04:28:04.931Z INFO [Better Auth]: [Drizzle Adapter] #0 [1/4] create (Unsafe Input): {
  model: 'verification',
  data: {
    createdAt: 2025-04-27T04:28:04.931Z,
    updatedAt: 2025-04-27T04:28:04.931Z,
    value: '{"callbackURL":"http://localhost:4200","codeVerifier":"[REDACTED]","expiresAt":1745728684931}',
    identifier: '[REDACTED]',
    expiresAt: 2025-04-27T04:38:04.931Z
  }
}
2025-04-27T04:28:04.932Z INFO [Better Auth]: [Drizzle Adapter] #0 [2/4] create (Parsed Input): {
  model: 'verification',
  data: {
    identifier: '[REDACTED]',
    value: '{"callbackURL":"http://localhost:4200","codeVerifier":"[REDACTED]","expiresAt":1745728684931}',
    expiresAt: 2025-04-27T04:38:04.931Z,
    createdAt: 2025-04-27T04:28:04.931Z,
    updatedAt: 2025-04-27T04:28:04.931Z,
    id: undefined
  }
}
Was this page helpful?