Authentication with Passport and JWT
Learn how to secure your NestJS app using Passport strategies and JWT tokens for authentication and protected routes.
Building a Service – User Registration and Authentication
Step-by-step guide to building a real UserService with registration, login, JWTs, and validation.
Zustand for Authentication and Session Management
Learn how to use Zustand to manage auth tokens, user info, and session state across your app.