New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

kyoligam-oauth-adapters

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

kyoligam-oauth-adapters

Shared OAuth adapter interface and provider definitions for multi-account OpenCode plugins

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

oauth-adapters

Provider-specific OAuth adapter definitions for multi-account OpenCode plugins. Zero runtime dependencies.

What's inside

Each adapter defines the full set of provider-specific values needed by the core and plugin packages:

FieldExample (Anthropic)
oauthClientIdAnthropic OAuth client ID
tokenEndpointhttps://console.anthropic.com/v1/oauth/token
usageEndpointUsage stats API endpoint
profileEndpointUser profile API endpoint
accountStorageFilenameanthropic-multi-account-accounts.json
planLabels{ pro: "Claude Pro", free: "Claude Free" }
toolPrefixTool name prefix required by the provider
cliUserAgentUser-Agent header to mimic the official CLI
requestBetaHeaderRequired beta header for OAuth requests

Available adapters

ExportProvider
anthropicOAuthAdapterAnthropic (Claude)
openAIOAuthAdapterOpenAI (ChatGPT Codex)

Usage

import { anthropicOAuthAdapter } from "kyoligam-oauth-adapters";

const clientId = anthropicOAuthAdapter.oauthClientId;
const tokenUrl = anthropicOAuthAdapter.tokenEndpoint;

Architecture

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

Package last updated on 12 Feb 2026

Did you know?

Socket

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.

Install

Related posts