Security 1,552 installs

insforge-integrations

by insforge/agent-skills

Use when wiring an external auth provider (Clerk, Auth0, WorkOS, Kinde, Stytch, Better Auth) into InsForge for JWT-based RLS, or when adding the OKX x402…

Skill content

InsForge Integrations

This skill covers integrating third-party providers with InsForge. Currently two categories are supported: auth providers (RLS via JWT claims) and payment facilitators (x402 HTTP payment protocol). Each provider has its own guide under this directory.

Auth Providers

Provider
Guide
When to use

Clerk
Clerk JWT Templates + InsForge RLS
Clerk signs tokens directly via JWT Template - no server-side signing needed

Auth0
Auth0 Actions + InsForge RLS
Auth0 uses a post-login Action to embed claims into the access token

WorkOS
WorkOS AuthKit + InsForge RLS
WorkOS AuthKit middleware + server-side JWT signing with jsonwebtoken

Kinde
Kinde + InsForge RLS
Kinde token customization for InsForge integration

Stytch
Stytch + InsForge RLS
Stytch session tokens for InsForge integration

Better Auth
Better Auth + InsForge RLS
Self-hosted auth running in your InsForge Postgres - no third-party SaaS, no per-MAU cost

Payment Facilitators