master
Fix error when attempting to connect unauthenticated
When we were supposed to connected to Enhydris unauthenticated, we'd still pass an Authorization header with an empty token, resulting in Enhydris denying permission. Now we simply don't attempt to authenticate when we don't want to authenticate.