With all API endpoints decorated with `FlaskHTTPAuth.MultiAuth`, it basically defeats the purpose behind supporting API tokens at all. Another view could also be created for requesting tokens from the UI.
With all API endpoints decorated with
FlaskHTTPAuth.MultiAuth, it basically defeats the purpose behind supporting API tokens at all.Another view could also be created for requesting tokens from the UI.