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.
0.376.4
--------------------
This release adds support for Django 5.0 (https://docs.djangoproject.com/en/5.0/releases/5.0/).
Contributed by [Babu Somasundaram](https://github.com/babus) via [PR #464](https://github.com/nrbnlulu/strawberry-django-auth/pull/464/)
0.376.3
--------------------
This release adds support for Python3.12
Contributed by [ניר](https://github.com/nrbnlulu) via [PR #459](https://github.com/nrbnlulu/strawberry-django-auth/pull/459/)
0.376.2
--------------------
This release restores an accidentally deleted django migrations.
Contributed by [ניר](https://github.com/nrbnlulu) via [PR #430](https://github.com/nrbnlulu/strawberry-django-auth/pull/430/)
0.376.1
--------------------
This release fixes the way we set the refresh token's field `revoked`. Previously we were passing a naive DateTime object but now we pass the timestamp with the timezone info.
fixes 395
Contributed by [kurttsam](https://github.com/kurttsam) via [PR #424](https://github.com/nrbnlulu/strawberry-django-auth/pull/424/)
0.376.0
--------------------
This release removes the call for `authenticate()` on basic JWT authorization in order to support multiple authorization backends see issue 268.
Contributed by [ניר](https://github.com/nrbnlulu) via [PR #420](https://github.com/nrbnlulu/strawberry-django-auth/pull/420/)