When using PasswordGrant and passing bad username to request (via CURL), the server gets syntax error:
AttributeError: 'NoneType' object has no attribute 'check_password'
I fixed it. Result of request now:
{"error": "invalid_grant", "error_description": "Invalid \"username\" or \"password\" in request."}
When using PasswordGrant and passing bad username to request (via CURL), the server gets syntax error:
AttributeError: 'NoneType' object has no attribute 'check_password'
I fixed it. Result of request now:
{"error": "invalid_grant", "error_description": "Invalid \"username\" or \"password\" in request."}