The Wayback Machine - https://web.archive.org/web/20220419235745/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 4,940 public repositories matching this topic...

ToolJet
amplication
MichaelSolati
MichaelSolati commented Mar 22, 2022

Feature description

Presently JWT tokens return the username of a user rather than their ID. Either instead of the username, or in addition to this, a the UID of a user should be included in the encoded object,

Use case

For fetching the user object of the current user, they need to make a GET request like this http://localhost:3000/api/users?where%5Busername%5D[equals]=admin which

A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeScript developers.
  • Updated Apr 16, 2022
  • TypeScript

Created by NestJS

Released May 14, 2017

Latest release 13 days ago

Repository
nestjs/nest
Website
nestjs.com