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