Entitlement claims
Plan and feature entitlements flow into issued tokens so your app can enforce access from the session itself.
Payments & billing
Connect Stripe so subscription state and seat counts stay in lockstep with Authdog. Entitlement claims land in the tokens you issue, so your app can gate features on plan without a separate billing lookup on every request.
Stripe
The Stripe add-on is bidirectional: Authdog knows who is on which plan, and Stripe stays aligned with organization seat counts.
Plan and feature entitlements flow into issued tokens so your app can enforce access from the session itself.
Organization membership counts stay aligned with Stripe subscription quantities as people join and leave.
Subscription changes in Stripe update identity entitlements; seat changes in Authdog can drive billing quantity.
Gate premium features, API limits, or org capabilities from verified claims, not a fragile client-side flag.
Wire test and live Stripe keys per environment so staging never touches production billing.
Enable the Stripe add-on in the Console instead of maintaining your own webhook handlers for plan sync.
Link Stripe from the Authdog Console with environment-scoped credentials.
Choose the events, channels, or sync rules that match how your team works.
Identity signals flow into the tools you already operate — no custom glue code.
Open the Console to enable the Stripe add-on, map plans to entitlements, and keep seats in sync.