File "E:\ApplicationData\pyenvs\FlaskBaseDemo-Nuy1F8Rf\lib\site-packages\flask_httpauth.py", line 136, in authenticate
return self.verify_password_callback(username, client_password)
TypeError: add() takes 0 positional arguments but 2 were given
发现它根本不走,下面的这个方法
@auth.verify_password
def verify_password_token(token, password):