flavors / django-graphql-jwt

JSON Web Token (JWT) authentication for Graphene Django

Home Page:https://django-graphql-jwt.domake.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement

jnoortheen opened this issue · comments

The full warning is

.../lib/python3.9/site-packages/graphql_jwt/signals.py:4: RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation, you can move the text to a code comment or docstring.
    token_refreshed = Signal(providing_args=['request', 'user'])

.../lib/python3.9/site-packages/graphql_jwt/refresh_token/signals.py:3: RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation, you can move the text to a code comment or docstring.
    refresh_token_revoked = Signal(providing_args=['request', 'refresh_token'])

...//lib/python3.9/site-packages/graphql_jwt/refresh_token/signals.py:4: RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation, you can move the text to a code comment or docstring.
    refresh_token_rotated = Signal(