nestjs-auth VS json-schema-to-typescript

Compare nestjs-auth vs json-schema-to-typescript and see what are their differences.

nestjs-auth

Comprehensive handling of authentication and authorization for NestJS. (by eropple)

json-schema-to-typescript

Compile JSONSchema to TypeScript type declarations (by bcherny)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
nestjs-auth json-schema-to-typescript
1 7
57 2,785
- -
0.0 7.2
over 1 year ago 10 days ago
TypeScript TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nestjs-auth

Posts with mentions or reviews of nestjs-auth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-22.
  • Show HN: Remult – a CRUD framework for full-stack TypeScript
    9 projects | news.ycombinator.com | 22 May 2022
    So I spent a lot of time in the Nest ecosystem, and I wrote some nontrivial libraries with a little (not a lot) of uptake (and neither are actively maintained at this point, so these are here mostly for completeness):

    https://github.com/eropple/nestjs-auth

    https://github.com/eropple/nestjs-openapi3

    I was pretty excited by NestJS when I ran into it because, well--I don't mind magic, when it's done right. I quite like Spring Boot, for example. But NestJS's magic is...incorrect, in a lot of ways. The DI container is a little bit scary, with oddly hardcoded ways to register interceptors into request scope (itself necessary because NestJS's logging facilities aren't--or weren't at the time--decorating requests with X-Request-Id or similar, so you had to register your own) and no way to then define interceptor order.

    It also has a lot of really overlapping nouns; guards are interceptors but less capable (and @eropple/nestjs-auth didn't use them at all) and the "pipe" concept for validation was itself inscrutable. To make it usable, I ended up just doing everything with decorators and interceptors, all living in request scope. And once I'd gotten it going, it was pretty nice. But it also meant broad incompatibilities with much of the NestJS ecosystem.

json-schema-to-typescript

Posts with mentions or reviews of json-schema-to-typescript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-18.

What are some alternatives?

When comparing nestjs-auth and json-schema-to-typescript you can also consider the following projects:

remult - Full-stack CRUD, simplified, with SSOT TypeScript entities

MikroORM - TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.

openapi-typescript - Generate TypeScript types from OpenAPI 3 specs

trpc - 🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.

nestjs-openapi3 - OpenAPI 3.x document generation and serving for NestJS.

json-schema-to-ts - Infer TS types from JSON schemas 📝

proposal-decorators - Decorators for ES6 classes

graphql-zeus - GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )

graphql - GraphQL (TypeScript) module for Nest framework (node.js) 🍷