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
octoprint.server.util.(loginFromApiKeyRequestHandler|loginFromAuthorizationHeaderRequestHandler) currently duplicate some code and are likely superseded by the switch to using a request loader in flask_login now in the shape of octoprint.server.load_user_from_request.
Solution
Evaluate whether these methods and their dependencies can indeed be removed, and if so do that.