KrazyMax

Results 2 issues of KrazyMax

When specifying multiple authenticators in a `@router.get` decorator, it seems that the order of those authenticators matter when it should not. **Example**: `http://localhost:8000/api/hops?stravapp-api-key=Fakekey` will work when queried in the browser...

- Zeep version is `3.4.0` - WSDL file is private unfortunately. Example of a simple script which got me the issue: ```python from requests import Session from requests.auth import HTTPBasicAuth...