Powerful Admin Dashboard
Beautiful React dashboard to manage projects, apps, users, licenses, and billing. Team collaboration with role-based access control.
Production-ready authentication with OAuth providers, powerful admin dashboard, flexible licensing, and session management. Integrate in minutes, scale to millions.
Built for modern SaaS applications with developer experience in mind
Beautiful React dashboard to manage projects, apps, users, licenses, and billing. Team collaboration with role-based access control.
Google, GitHub OAuth providers built-in. Magic link authentication. Configure per-app or inherit from project-level settings.
React hooks, vanilla JavaScript, and browser extension support. Complete documentation with code examples and guides.
Create plans with trials, monthly/yearly billing, or lifetime access. Integrate with Stripe, LemonSqueezy, and more payment providers.
Multi-provider support with encrypted credentials. Webhook monitoring, refund processing, and billing analytics built-in.
HttpOnly cookies, CSRF protection, rate limiting, S2S tokens. Session hijacking protection with IP fingerprinting.
Get started in minutes, not hours
Sign up at admin.proofa.com and create your first project. Invite team members and set up payment providers.
Add an app to your project. Set up OAuth providers (Google, GitHub), configure redirect URIs, and create licensing plans.
Use our React SDK, vanilla JavaScript client, or browser extension integration. Your users can login in minutes.
# Install for React apps
npm install @proofa/client @proofa/react
# Or vanilla JavaScript
npm install @proofa/client
# React integration
import { ProofaProvider, useProofa } from '@proofa/react';
function App() {
return (
<ProofaProvider
appId="APP0abc123..."
gatewayUrl="https://api.proofa.sh"
>
<YourApp />
</ProofaProvider>
);
}
// Use in components
const { login, user } = useProofa();
login({ provider: 'google' }); Join developers shipping production-ready auth with powerful dashboards, flexible licensing, and enterprise security.