gkarg
gkarg
This PR builds on https://github.com/tiangolo/typer/issues/111#issuecomment-635512182 by @sm-hawkfish / @ananis25 and attempts to implement https://github.com/tiangolo/typer/issues/111#issuecomment-643147865 as described by @pypae To re-state the problem this tries to solve: 1. Typer, being "FastAPI...
## Description Add yet another Authentication method, via `requests-gssapi`. The provided class, `GSSAPIAuthentication` is complete copy-paste of `KerberosAuthentication`, but uses a much nicer library (`requests-gssapi`) underneath. ## Non-technical explanation Added...