With strategy:"database" there is no JWT cookie, so getToken() always
returns null. The Google access_token is stored in the Account table by
the PrismaAdapter. Query it directly via prisma.account.findFirst()
instead of the JWT helper.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>