@pickforge/auth
v0.12.0
Published
UI-free Supabase Auth and entitlements wrapper for Pickforge apps.
Readme
@pickforge/auth
UI-free Supabase Auth wrapper for Pickforge apps.
import { createPickforgeAuthClient } from "@pickforge/auth";
const auth = createPickforgeAuthClient({
supabaseUrl,
supabaseAnonKey,
redirectUri: "pickforge://auth/callback",
storage,
openExternalUrl,
});
await auth.startOAuth("github");The package handles PKCE OAuth redirects and reads entitlements from Supabase.
Billing server helpers live in @pickforge/billing.
App UI, teams, and offline product behavior stay in app repos.
