
Security News
NIST Officially Stops Enriching Most CVEs as Vulnerability Volume Skyrockets
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.
kyoligam-oauth-adapters
Advanced tools
Shared OAuth adapter interface and provider definitions for multi-account OpenCode plugins
Provider-specific OAuth adapter definitions for multi-account OpenCode plugins. Zero runtime dependencies.
Each adapter defines the full set of provider-specific values needed by the core and plugin packages:
| Field | Example (Anthropic) |
|---|---|
oauthClientId | Anthropic OAuth client ID |
tokenEndpoint | https://console.anthropic.com/v1/oauth/token |
usageEndpoint | Usage stats API endpoint |
profileEndpoint | User profile API endpoint |
accountStorageFilename | anthropic-multi-account-accounts.json |
planLabels | { pro: "Claude Pro", free: "Claude Free" } |
toolPrefix | Tool name prefix required by the provider |
cliUserAgent | User-Agent header to mimic the official CLI |
requestBetaHeader | Required beta header for OAuth requests |
| Export | Provider |
|---|---|
anthropicOAuthAdapter | Anthropic (Claude) |
openAIOAuthAdapter | OpenAI (ChatGPT Codex) |
import { anthropicOAuthAdapter } from "kyoligam-oauth-adapters";
const clientId = anthropicOAuthAdapter.oauthClientId;
const tokenUrl = anthropicOAuthAdapter.tokenEndpoint;
This is the bottom layer of the package stack. It has no internal dependencies.
anthropic-multi-account / codex-multi-account
│
multi-account-core
│
oauth-adapters ← you are here
FAQs
Shared OAuth adapter interface and provider definitions for multi-account OpenCode plugins
We found that kyoligam-oauth-adapters demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.