Authentication Strategies
node-auth supports multiple authentication strategies that can be combined:
| Strategy | Description |
|---|---|
| Local | Email/password with bcrypt hashing |
| OAuth 2.0 | Google, GitHub, or any custom provider |
| Magic Link | Passwordless email authentication |
| TOTP 2FA | Time-based one-time passwords |
| SMS OTP | Phone number verification codes |
All strategies are plug-in — only configure what you need.