next-auth icon indicating copy to clipboard operation
next-auth copied to clipboard

[Provider][Strava] Convert profile.id to String to use with Prisma Adapter

Open x2764tech opened this issue 1 year ago • 2 comments

☕️ 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

x2764tech avatar Oct 03 '24 15:10 x2764tech