Closed lilyjma closed 1 year ago
Getting error below when specify auth level when using new programming model for Python. Error is gone if I don't specify http_auth_level inside @app.route(). Not sure if this is a bug.
http_auth_level
@app.route()
Version info:
Hi @lilyjma, thanks for reporting this. the arg name for setting function level auth level is "auth_level", you can see from pydoc in vscode.
changing to auth_level will work. thanks plz let us know if it works.
Getting error below when specify auth level when using new programming model for Python. Error is gone if I don't specify
http_auth_level
inside@app.route()
. Not sure if this is a bug.Version info: