JSPM

opencode-poe-auth

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19781
  • Score
    100M100P100Q150955F
  • License MIT

Poe OAuth authentication plugin for OpenCode

Package Exports

  • opencode-poe-auth

Readme

opencode-poe-auth

Poe authentication plugin for OpenCode with browser-based OAuth and manual API key entry.

Install

npm install opencode-poe-auth

Usage

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.