django-rest-firebase-auth icon indicating copy to clipboard operation
django-rest-firebase-auth copied to clipboard

Use firebase authentication with your django rest framework project

Results 9 django-rest-firebase-auth issues
Sort by recently updated
recently updated
newest added

How can I verify the user with phone number

I believe this is a race condition: 1. Two simultanous requests arrive from a **new/unencountered** user. 2. `authenticate_credentials()` is called on both requests. 3. `User.DoesNotExist` is raised on both requests,...

bug

Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.11.2. Commits 4121b01 Deprecate urlize_quoted_links in favor of Django's built-in urlize f3d9d68 Version 3.11.1 eb2c4c2 Version 3.11.1 See full diff in compare view [![Dependabot compatibility...

dependencies

How is this different to [django-firebase-auth](https://github.com/fcornelius/django-firebase-auth)? Could you please add this information to README.md?

documentation

Bumps [django](https://github.com/django/django) from 2.2.20 to 3.2.24. Commits f5c8808 [3.2.x] Bumped version for 3.2.24 release. c1171ff [3.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9dc3456 [3.2.x] Added stub...

dependencies

Would be great to have a workflow to automate the release of new versions on pypi