Releases: nrbnlulu/strawberry-django-auth
gqlauth 0.377.0
gqlauth 0.376.11
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
gqlauth 0.376.9
gqlauth 0.376.7
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
This release fixes mypy errors, updates linters, and added docs about JwtSchema
.
gqlauth 0.376.5
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
This release adds support for Django 5.0 (https://docs.djangoproject.com/en/5.0/releases/5.0/).
gqlauth 0.376.3
This release adds support for Python3.12
gqlauth 0.376.2
This release restores an accidentally deleted django migrations.