Recommended Links and Developer Tools for Auth.js
Optimize your Auth.js configurations and review security practices using these official guides.
1. Supported Providers and Adaptors
Auth.js Official Social Providers list
- Purpose: Inspect client configurations for hundreds of supported social networks (GitLab, Slack, Facebook, Discord).
Database Adapters Catalog
- Purpose: View quick-start configuration guides for database engines like Drizzle, Kysely, or Supabase adapters.
2. Security Guides
- Bcrypt Hash Benchmarks: Read about recommended iteration counts to prevent database password enumeration.
- OAuth Security Guidelines: Review best-practices to protect auth flows from cross-site request forgery (CSRF).
Published on Last updated: