opencode-poe-auth
v0.0.3
Published
Poe OAuth authentication plugin for OpenCode
Maintainers
Readme
opencode-poe-auth
Poe authentication plugin for OpenCode with browser-based OAuth and manual API key entry.
Install
npm install opencode-poe-authUsage
Register the plugin with OpenCode:
import { PoeAuthPlugin } from "opencode-poe-auth";
const INTERNAL_PLUGINS = [
PoeAuthPlugin
];The plugin registers the poe auth provider and exposes two auth methods:
Login with Poe (browser)Manually enter API Key
Environment Variables
This package does not expose any environment variables.
Config
This package does not expose any plugin-specific config options.
