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

IDEmailVerifiedCreatedLast Sign In
usr_a1b2c3d4...alice@example.com
Verified
1/15/20242 minutes ago
usr_e5f6g7h8...bob@example.com
Verified
1/14/20241 hour ago
usr_i9j0k1l2...carol@example.com
Pending
1/13/20243 days ago
usr_m3n4o5p6...david@example.com
Verified
1/12/20245 hours ago
usr_q7r8s9t0...eve@example.com
Verified
1/10/20241 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

Ready to get started?

Deploy your first project in minutes with Ploy.