Skip to content

Releases: nrbnlulu/strawberry-django-auth

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.

gqlauth 0.376.5

27 Jan 17:29
Compare
Choose a tag to compare

Fix bug in removal of JWT prefix.
In the current implementation if a token happens to contain any trailing J, W or T chars they are also removed.
This fix ensures we're only interested in the prefix as a substring.

gqlauth 0.376.4

09 Dec 21:50
Compare
Choose a tag to compare

This release adds support for Django 5.0 (https://docs.djangoproject.com/en/5.0/releases/5.0/).

gqlauth 0.376.3

21 Nov 16:42
Compare
Choose a tag to compare

This release adds support for Python3.12

gqlauth 0.376.2

15 Aug 09:11
Compare
Choose a tag to compare

This release restores an accidentally deleted django migrations.