spacekbnueve

Results 2 issues of spacekbnueve

### Description When investigating with Graph views, "Links" and "Actions" load forever. I believe it's a JS issue: ![image](https://user-images.githubusercontent.com/86686351/175259066-59dcdda2-6a0a-494d-8ae9-6ead611de5bb.png) The issue is very similar to that one: https://groups.google.com/g/yeti-users/c/J1b_EQB_8DA I'm running...

I'm using the following for auth: ``` basic_auth = HTTPBasicAuth() token_auth = HTTPTokenAuth('Bearer') multi_auth = MultiAuth(basic_auth, token_auth) ``` Then when using authenticate: ``` @authenticate(multi_auth) ``` I get the following error:...

enhancement