Developer Experience
Auth providers shouldn't be black boxes. Paylent gives you a full Management API, separate environments, an audit trail, webhooks, and a dashboard — so you always know what's happening and can automate everything.
Separate test and production data completely. Each environment gets its own subdomain, users, API clients, and signing keys. Break things safely in test — ship confidently to production.
A full JSON:API for every resource — users, roles, clients, scopes, signing keys, organizations, and more. Automate everything or build your own dashboard.
Every action is logged with the actor, targets, and field-level changes. Know exactly who did what and when — built in from day one.
Get notified when things happen. Configure webhook endpoints to receive events for user signups, role changes, token issuance, and more.
Run custom server-side logic in response to authentication events. Enrich tokens, sync users, or enforce custom business rules.
RSA 4096-bit signing keys with a JWKS endpoint. Rotate keys without breaking existing tokens. Multiple active keys supported during transitions.
Continue reading