Fixes
* fix: Add support to Django USERNAME_FIELD ([`b62f560`](https://github.com/megalus/django-google-sso/commit/b62f560255b4662c2816b9d8b5a3b6b12eb73762))
Unknown
* Merge pull request 36 from megalus/develop
develop ([`13984de`](https://github.com/megalus/django-google-sso/commit/13984dea3e550fe96e9de05ef6d501f18f46c4ae))
* Merge pull request 35 from AndrewGrossman/main
Handle user model w/o username field ([`2663dcb`](https://github.com/megalus/django-google-sso/commit/2663dcb93252b78605cab7b0f0367a1d281049eb))
* Handle user model w/o username field
Encountered this in a project based upon Django Cookie Cutter, where the
username field is not present. This change avoids trying to pass
"username" as a default to the user creation if it is not present,
avoiding the error that would otherwise result. ([`c0cb6a5`](https://github.com/megalus/django-google-sso/commit/c0cb6a58d23165764beb86c10f374ec539b8d910))