Tag: security
All the articles with the tag "security".
-
From Leaked Secrets to Git Mastery - How to fix env and gitignore Nightmares
This comprehensive breakdown clarifies exactly how Git tracks files and saves you from the panic of exposed repository data.
-
Dual-App Monorepo — Portal API & Platform Interceptor
Add a second NestJS app (portal-api) for your internal operations team, wire up a RequestPlatformInterceptor that prevents user JWTs from working on the admin portal, and complete the enterprise-todo monorepo as a fullstack replacement scaffold.
-
Extended Auth — Email Service, Secured Tokens & Two-Factor Authentication
Add transactional email via Bull queues, a single-use SecuredToken module for password reset and email verification, and TOTP two-factor authentication with otplib and qrcode.
-
Authentication, Guards & Security Patterns
By the end of this part, you will learn RS256, AuthModule, Passport JWT, AuthJwtGuard, @CurrentUser, ValidationPipe, forbidNonWhitelisted and Dual-auth architecture.