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
I have a spec that allows either use of basic auth or an API-Key header. The generated python client always uses basic auth when making requests even when the username and password are empty (""). The following header is added: Authorization: Basic Og==