Auth
Managed user authentication
Add user authentication to your applications with a single configuration. Ploy Auth handles user accounts, secure password hashing, session management, and provides pre-built React components for sign-in and sign-up flows.
Authentication Dashboard
Total Users
1,247
+12 this week
Active Sessions
342
Currently active
Sign Ups Today
18
+5 from yesterday
Email Verified
94%
1,172 of 1,247
Recent Users
Users who signed up recently
| ID | Verified | Created | Last Sign In | |
|---|---|---|---|---|
| usr_a1b2c3d4... | alice@example.com | Verified | 1/15/2024 | 2 minutes ago |
| usr_e5f6g7h8... | bob@example.com | Verified | 1/14/2024 | 1 hour ago |
| usr_i9j0k1l2... | carol@example.com | Pending | 1/13/2024 | 3 days ago |
| usr_m3n4o5p6... | david@example.com | Verified | 1/12/2024 | 5 hours ago |
| usr_q7r8s9t0... | eve@example.com | Verified | 1/10/2024 | 1 day ago |
Key Features
Secure by Default
PBKDF2 password hashing with 100,000 iterations and per-project JWT secrets.
Session Tokens
Secure httpOnly cookie-based sessions with 7-day expiry and revocation support.
React Components
Pre-built SignInForm and SignUpForm components with dark mode support.
User Metadata
Store custom user data like name, company, and plan during signup.
Auth Configuration
Enable auth with a single line in your ploy.yaml file.
ploy.yaml
kind: dynamic
build: pnpm build
out: dist
auth:
binding: AUTH_DB