Back to blog
Oct 02, 2024
1 min read

OS fix: auth by dojo

Fix issue where social user saving fails after oauth callback

Another contribution, this time it’s the dev dojo’s amazing auth package.

The fix is simple but debugging and finding the issue was so much fun, I had to dig deep into the Laravel source code and the devdojo/auth to see the breaking change that caused the issue.

More context on the issue in the PR link