Skip to content

Releases: maycuatroi/django-firebase-auth

Release v1.2.3

18 Dec 07:12
Compare
Choose a tag to compare
- update to correct version

Version 1.2.1

17 Mar 20:53
Compare
Choose a tag to compare
  • 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`

17 Mar 20:50
Compare
Choose a tag to compare

Fix Auth bug

24 Feb 13:05
Compare
Choose a tag to compare

Version 1.1.0 Allow Auth with supabase

23 Feb 20:45
Compare
Choose a tag to compare

Version 1.0.9: handle case same email

20 Jan 20:09
971607f
Compare
Choose a tag to compare

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

18 Jan 19:00
cff701f
Compare
Choose a tag to compare

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

18 Jan 18:23
eca2d48
Compare
Choose a tag to compare

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

18 Jan 17:40
Compare
Choose a tag to compare

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

31 Aug 15:53
Compare
Choose a tag to compare

Fix bug:

raise ValueError("Wrong number of segments in token: {0}".format(token))