Skip to content

Commit

Permalink
Handle bearer token auth
Browse files Browse the repository at this point in the history
  • Loading branch information
kaavee315 committed Oct 5, 2024
1 parent d4e38ec commit eaf1827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/composio/cli/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def add_integration(
)
auth_scheme = auth_modes[auth_mode]

if auth_mode.lower() in ("basic", "api_key"):
if auth_mode.lower() in ("basic", "api_key", "bearer_token"):
return _handle_basic_auth(
entity=entity,
client=context.client,
Expand Down

0 comments on commit eaf1827

Please sign in to comment.