A minimal NestJS template showing Google OAuth2 authentication using Passport.js and TypeORM.
Includes only Auth and Users modules for clarity and easy integration into larger projects.
- Google OAuth2 login with Passport.js
- Basic JWT signing
- User management with TypeORM
- Minimal setup: Auth & Users modules only
- Easily extendable for larger NestJS projects