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
This MR resolves Issue #185 and adds a BasicAuthenticator class to the SDK, that can be used to encode a username and password into token for basic authentication.
This MR was expanded to include three new classes: BasicAuthenticator, BearerTokenAuthenticator, and APITokenAuthenticator
The text was updated successfully, but these errors were encountered:
Merges add_basic_authenticator -> main
Migrated from GitLab: https://gitlab.com/meltano/sdk/-/merge_requests/128
This MR resolves Issue #185 and adds a BasicAuthenticator class to the SDK, that can be used to encode a
username
andpassword
into token for basic authentication.This MR was expanded to include three new classes:
BasicAuthenticator
,BearerTokenAuthenticator
, andAPITokenAuthenticator
The text was updated successfully, but these errors were encountered: