You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking into trying to fix this but wasn't sure if you had already looked at this, nice tutorial btw on this.
api_jwt.py:82: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version.
DeprecationWarning
Looks like the decode needs to supply the algorithms but when I do that it seems to break a lot of other stuff.
The text was updated successfully, but these errors were encountered:
Looking into trying to fix this but wasn't sure if you had already looked at this, nice tutorial btw on this.
Looks like the decode needs to supply the algorithms but when I do that it seems to break a lot of other stuff.
The text was updated successfully, but these errors were encountered: