Everything you need to integrate PersonQL authentication into your application
# Install React SDK
npm install @personql/react
# Initialize in your app
import { PersonQLProvider } from '@personql/react';
function App() {
return (
<PersonQLProvider apiKey="your-api-key">
<YourApp />
</PersonQLProvider>
);
}
Find guides, API references, and tutorials for all aspects of PersonQL
Set up PersonQL in your application from scratch. Complete installation and configuration guide.
Learn about passwordless authentication methods: anonymous, email OTP, phone OTP, and OAuth.
Implement organizations, roles, and permissions with our built-in multi-tenant system.
Complete API documentation with all endpoints, parameters, and response formats.
Best practices for securing your application, managing tokens, and handling sensitive data.
Real-world examples and code samples for common use cases and integration patterns.
Framework-specific guides and API references
Can't find what you're looking for? We're here to help.