Framework Integrations
node-auth works with any Node.js framework and any client platform. See the examples/ directory for complete server-side implementations.
| Framework / Platform | Guide |
|---|---|
| Express.js | Minimal setup, drop-in router |
| NestJS | Module, guard, controller, DI |
| Next.js | App Router, middleware & SSR |
| Angular (SSR) | Standalone + SSR, interceptors, guards |
| Flutter | Dio interceptors, secure storage |
| iOS (Swift) | URLSession, Keychain, SwiftUI |
| Android (Kotlin) | Retrofit, EncryptedSharedPreferences, Compose |