singer_sdk.authenticators.BasicAuthenticator¶
- class singer_sdk.authenticators.BasicAuthenticator[source]¶
Implements basic authentication for REST Streams.
Deprecated since version 0.36.0: Use
requests.auth.HTTPBasicAuth
instead.This Authenticator implements basic authentication by concatenating a username and password then base64 encoding the string. The resulting token will be merged with any HTTP headers specified on the stream.