next-auth
next-auth copied to clipboard
[Provider][Strava] Convert profile.id to String to use with Prisma Adapter
☕️ Reasoning
Strava Provider returns profile.id as integer, however, Prisma Adapter expects a String (and does type checking at run time) We need to convert the id (as integer) returned from the userinfo endpoint to a string
🧢 Checklist
- [x] Tested locally
- [x] Ready to be merged
🎫 Affected issues
Fixes: #11013