GitHub OAuth: user name can be null

The database schema sets the user name not to be null. However, in GitHub, the user name can be null. Will it cause a problem? I'm migrating from next-auth to better-auth.
CleanShot_2025-03-01_at_20.37.292x.png
Solution
When can the name be null? what causes this?
Was this page helpful?