add authsome under Permissions & Authorization#27
Open
zriyansh wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hey, opening this to add authsome under Permissions & Authorization, as the local-tier peer to Nango (which is already in this section).
authsome is a local, single-user OAuth2 and API-key credential broker for AI agents. login once via browser PKCE or device code, credentials live in an encrypted vault at ~/.authsome, a local HTTPS proxy injects them on outbound requests so raw keys never appear in the agent's process env. 30+ providers preconfigured (github, google, openai, linear, slack, notion, resend, stripe, etc).
it fits this section because the harness concern is the same: never leak credentials into the agent's process or context, treat secrets as a separately-authorized surface. authsome solves it for the local-dev / single-machine tier where deploying a hosted auth service like Nango or Composio is overkill.
ships an agentskills.io-compatible SKILL.md at https://github.com/agentrhq/authsome/tree/main/skills/authsome. CLI installs via
uvx authsome@latestorpip install authsome. MIT, Python.repo: https://github.com/agentrhq/authsome
license: MIT
pypi: https://pypi.org/project/authsome/