NestJS treats classes as singletons by default, sharing one instance of each provider throughout the application's lifetime.
Implementing request scope allows classes like logged-in-user.service.ts to be initialized per HTTP request, accessing request information.
Collection
[
|
...
]