@stellartools/betterauth-adapter
v0.0.11
Published
Stellar Tools BetterAuth Adapter
Maintainers
Readme
@stellartools/betterauth-adapter
BetterAuth adapter for Stellar Tools. Integrates Stellar Tools billing into your BetterAuth authentication setup.
Installation
pnpm add @stellartools/betterauth-adapterUsage
import { stellartools } from "@stellartools/betterauth-adapter";
export const auth = betterAuth({
plugins: [stellartools({ apiKey: process.env.STELLAR_API_KEY })],
});Development
pnpm build