The Wayback Machine - https://web.archive.org/web/20210904043856/https://github.com/topics/nestjs
Skip to content
#

Nest

nestjs logo

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Nest provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled, and easily maintainable applications.

Here are 3,265 public repositories matching this topic...

amplication
yuval-hazaz
yuval-hazaz commented Sep 1, 2021

Is your feature request related to a problem? Please describe.
The User object is available using the @userdata decorators in GraphQL. Also, it is available as part of the request object.
This is not the current case with REST API - but it should.

Describe the solution you'd like
Make sure the User object is available on the request, also consider adding a @userdata decorator for

Created by NestJS

Released May 14, 2017

Latest release about 2 months ago

Repository
nestjs/nest
Website
nestjs.com