AngellusMortis / django_microsoft_auth

Simple app to enable Microsoft Account, Office 365 and Xbox Live authentcation as a Django authentcation backend.
MIT License
137 stars 84 forks source link

Add Support For `First.Last` Name Formatting #489

Closed korverdev closed 1 year ago

korverdev commented 1 year ago

Includes a regression test for the issue. Refactors the code in question for easier readability when a larger number of name formats needs to be supported.

Fixes https://github.com/AngellusMortis/django_microsoft_auth/issues/486.