Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix(users/auth): pyjwt requires the algorithm when calling decode() #434

Closed tucosaurus closed 3 years ago

tucosaurus commented 3 years ago

Why was this change necessary?

https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst#dropped-deprecated-verify-param-in-jwtdecode

How does it address the problem?

Makes the algorithm explicit while encoding and decoding the token

Are there any side effects?

No.