Walison Filipe

Results 5 comments of Walison Filipe

@all-contributors please add @walison17 for ideas

I think my package is more flexible, easier to extend, and covers some points not covered by this package, like authenticate users created directly on firebase. I will add examples...

> Quick fix possible by changing `User.objects.create(**fields)` to `User.objects.get_or_create(**fields)` ? yes, `get_or_create` can handle race condition but only if the `uid_field` have a unique constraint at database level

> > @stephrdev is there anything missing for this PR to be accepted? > > I think I totally missed that one. After looking at it again I think this...