Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: leave accessTokenExpires as null
Forwarding expires_in as is to accessTokenExpires has shown to cause issues with Prisma, and maybe with other flows as well. Setting it back to `null` for now. We still forward `expires_in`, so users can use it if they want to. Fixes nextauthjs#1216
- Loading branch information