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 5,092 public repositories matching this topic...

ToolJet
withshubh
withshubh commented May 4, 2022

Version Information

Environment

ToolJet Cloud

How to reproduce the issue?

  1. Connect Notion data source
  2. Create a query from the query panel
  3. Select Notion data source
  4. Choose Databasefrom the dropdown for Resource
  5. You'll see that the database in the Create Database operation starts with capital D instead it should be in lowercase like other operations

bug good first issue frontend up-for-grabs
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 26, 2022
  • TypeScript

Created by NestJS

Released May 14, 2017

Latest release 29 days ago

Repository
nestjs/nest
Website
nestjs.com