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
Now OAuth2Validator._authenticate_basic_auth contains 2 valunerabilities:
* It will raise TypeError, if auth_string cant be decoded as base64
* It will raise UnicodeDecodeError, if b64 decoded string cant be decoded as unicode
0 commit comments