adonisjs / ally

AdonisJS Social Authentication Provider
MIT License
158 stars 54 forks source link

fix: add name fallback for GitHub users #152

Closed Bricklou closed 3 months ago

Bricklou commented 3 months ago

🔗 Linked issue

150

❓ Type of change

Ensure users will always have a name, even if no display name is defined on their GitHub account. This is done by doing a fallback on the login name.

📚 Description

Resolves #150

📝 Checklist

RomainLanz commented 3 months ago

Thanks!