Connection Model

πŸ‘¨β€πŸ’Ό We need to associate a user with their third party connections. Right now we only have github as a provider, but we want to be able to add other third party connections in the future for other social login options and potentially Single Sign On (SSO) when we score a killer enterprise contract.
So, head over to and add a connections model.
You'll also be updating the file and you'll want to create a migration with:
npx prisma migrate dev --name connections

Please set the playground first

Loading "Connection Model"
Loading "Connection Model"

Access Denied

You must login or register for the workshop to view the diff.

Check out this video to see how the diff tab works.