KundaPanda / strawberry-django-jwt

[UNMAINTAINED] JSON Web Token (JWT) authentication for Django with Strawberry GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Django 4.1] RefreshToken doesn't declare an explicit app_label

opened this issue · comments

When not using refresh token:

RuntimeError: Model class strawberry_django_jwt.refresh_token.models.RefreshToken doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

Workaround is to add strawberry_django_jwt.refresh_token regardless of using RefreshToken or not.