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
Currently, utils.jwt_code_handler hardcodes the HS256 algorithm, instead of using settings.JWT_ALGORITHM. Is this fixed on purpose or should it be configurable in settings?
A better default might be list(jwt.api_jwt.get_default_algorithms().keys())
Great project!
Currently,
utils.jwt_code_handler
hardcodes theHS256
algorithm, instead of usingsettings.JWT_ALGORITHM
. Is this fixed on purpose or should it be configurable in settings?A better default might be
list(jwt.api_jwt.get_default_algorithms().keys())
Ref.
django-jwt-auth/jwt_auth/utils.py
Line 48 in d9165f4
The text was updated successfully, but these errors were encountered: