Skip to content

Releases: nrbnlulu/strawberry-django-auth

gqlauth 0.378.3

02 Dec 11:55
Compare
Choose a tag to compare

gqlauth 0.378.2

02 Dec 11:50
Compare
Choose a tag to compare

gqlauth 0.378.1

02 Dec 11:41
Compare
Choose a tag to compare

Release for #586

Contributed by ניר via PR #590

gqlauth 0.378.0

02 Dec 11:27
Compare
Choose a tag to compare
  • Add support for django 5.1
  • Drop support for django 3.2 and python >=3.9
  • Migrate from poetry to uv
  • use taskfile instead of Makefile

Contributed by ניר via PR #588

gqlauth 0.377.0

24 Jul 08:09
Compare
Choose a tag to compare

resolve #567resolve #564Add support for CI mode when using captcha on login.this should enable to automate the sign-in process by not validation the captcha fields.

Contributed by ניר via PR #569

gqlauth 0.376.11

10 Apr 06:31
Compare
Choose a tag to compare

Fix register fails on channels requests. #137Do not call get_current_site() from get_email_context()Extract values from channels context.

Contributed by Hyun S. Moon via PR #519

gqlauth 0.376.10

06 Apr 20:13
Compare
Choose a tag to compare

try release 2

Contributed by ניר via PR #517

gqlauth 0.376.9

06 Apr 20:05
Compare
Choose a tag to compare

try release 1

Contributed by ניר via PR #516

gqlauth 0.376.7

03 Apr 13:46
Compare
Choose a tag to compare

Fix channels support: Fixing side effects of changing the structure of a context object
Add gqlauth.settings_type.id_field to use in project settings

gqlauth 0.376.6

28 Mar 22:45
Compare
Choose a tag to compare

This release fixes mypy errors, updates linters, and added docs about JwtSchema.