Releases: maycuatroi/django-firebase-auth
Releases · maycuatroi/django-firebase-auth
Release v1.2.3
- update to correct version
Version 1.2.1
- Pump to correct version
Full Changelog: version_1.2.0...version_1.2.1
Pupmp versio to 1.2.0. Adapt with `clock_skew_seconds`
Fix Auth bug
Full Changelog: version_1.1.0...version_1.1.1
Version 1.1.0 Allow Auth with supabase
Full Changelog: version_1.0.9...version_1.1.10
Version 1.0.9: handle case same email
What's Changed
- feat: add randomized string to the username by @alexche77 in #5
Full Changelog: version_1.0.8...version_1.0.9
Changed approach on setting names to the User model
What's Changed
- Changed approach on setting names to the User model by @alexche77 in #4
Full Changelog: version_1.0.7...version_1.0.8
Version 1.0.7
What's Changed
- fix: wrong var against len check by @alexche77 in #3
Full Changelog: version_1.0.6...version_1.0.7
Version 1.0.6
What's Changed
- fix: validate displayname when not available by @alexche77 in #1
- fix: raise excpt when header not present by @alexche77 in #2
New Contributors
- @alexche77 made their first contribution in #1
Full Changelog: version_1.0.4...version_1.0.6
Check invalid token format
Fix bug:
raise ValueError("Wrong number of segments in token: {0}".format(token))