claw-poe-auth
v0.0.5
Published
Poe OAuth authentication plugin for Claw
Maintainers
Readme
claw-poe-auth
Poe authentication plugin for Claw with browser-based OAuth and manual API key entry.
Install
npm install claw-poe-authUsage
Register the plugin with Claw:
import { PoeAuthPlugin } from "claw-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.
