django-rest-framework-jwt
django-rest-framework-jwt copied to clipboard
JWT_PAYLOAD_GET_USER_ID_HANDLER setting ignored in jwt_get_secret_key
In function jwt_get_secret_key() "user_id" is read directly from by payload.get('user_id') which leads to problems when using custom encoding on payload
+1