InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β
Top 23 TypeScript JWT Projects
-
full-stack-fastapi-template
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
Project mention: Crushing the Command Line: How I Used Amazon Q to Build a Smarter FastAPI Scaffolder | dev.to | 2025-05-10Existing scaffolding tools like the official FastAPI template often lack production readiness or are too rigid. This tool is built to be both flexible and easy to use.
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Project mention: Launch HN: Better Auth (YC X25) β Authentication Framework for TypeScript | news.ycombinator.com | 2025-05-19
Does it handle:
- Federated sign-in/out? In next-auth, it is a giant pain to implement: https://github.com/nextauthjs/next-auth/discussions/3938
- Automated refreshing of JWT tokens on the client-side? I always end up having to implement my own logic around this. The big problem is if you have multiple API calls going out and they all require JWT auth, you need to check the JWT validity and block the calls until it is refreshed. In next-auth on the server-side, this is impossible to do since that side is generally stateless, and so you end up with multiple refresh calls happening for the same token.
- The ability to have multiple auth sessions at once, like in a SaaS app where you might belong to multiple accounts / organizations (your intro paragraph sounds like it does)
- Handle how multiple auth sessions are managed if the user happens to open up multiple tabs and swaps accounts in another tab
-
jose
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
Project mention: Why your jwt might be lying to you and how to make it tell the truth | dev.to | 2025-05-20Jose powerful JWT lib for modern JS
-
express-jwt
connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes
-
-
nodejs-backend-architecture-typescript
Node.js Backend Architecture Typescript - Learn to build a backend server for production ready blogging platform like Medium and FreeCodeCamp. Main Features: Role based, Express.js, Mongoose, Redis, Mongodb, Joi, Docker, JWT, Unit Tests, Integration Tests.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Document address: @nuxtjs/auth-next official document
-
Version 4.5 of Foal, a full-featured Node.JS framework for building web applications, is out!
-
-
Angular-Full-Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
-
hasura-backend-plus
πAuth and π¦Storage for Hasura. The quickest way to get Auth and Storage working for your next app based on Hasura.
-
cloudflare-worker-jwt
A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.
-
aws-jwt-verify
JS library for verifying JWTs signed by Amazon Cognito, and any OIDC-compatible IDP that signs JWTs with RS256, RS384, RS512, ES256, ES384, ES512, Ed25519 and Ed448
-
express-mongodb-rest-api-boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose). Typescript
-
-
-
express-typescript-skeleton
π°π¦Έ Template to start developing a REST API with Node.js (Express), TypeScript, Ts.ED, ESLint, Prettier, Husky, Prisma, etc.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
TypeScript JWT discussion
TypeScript JWT related posts
-
Bun, Hono, Vite, TailwindCSS: An amazing combination has just been revealed!
-
T3 Stack Template : Supabase (w/ Auth + DB) and Shadcn-UI Basic Setup
-
[Self Hosted] Comment j'ai fait ce blog (aka comment installer Fusion Auth and Dound)
-
Check out this new JWT authentication middleware for express.js.
-
vuejs to nuxt paradigm switch
-
How to share an auth token to all the components in an app?
-
JWT authorizer for Cognito with Client Credentials Flow
-
A note from our sponsor - InfluxDB
www.influxdata.com | 12 Jun 2025
Index
What are some of the best open-source JWT projects in TypeScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | full-stack-fastapi-template | 33,285 |
2 | next-auth | 26,918 |
3 | jose | 6,575 |
4 | express-jwt | 4,509 |
5 | jwt-decode | 3,327 |
6 | nodejs-backend-architecture-typescript | 2,920 |
7 | angular2-jwt | 2,637 |
8 | auth-module | 1,937 |
9 | foal | 1,918 |
10 | google-auth-library-nodejs | 1,817 |
11 | Angular-Full-Stack | 1,500 |
12 | hasura-backend-plus | 1,174 |
13 | cloudflare-worker-jwt | 804 |
14 | aws-jwt-verify | 693 |
15 | express-mongodb-rest-api-boilerplate | 646 |
16 | jwt | 641 |
17 | react-auth-kit | 584 |
18 | express-typescript-skeleton | 569 |
19 | blog-tutorials | 398 |
20 | ultimate-nest | 391 |
21 | json-server-auth | 331 |
22 | ethr-did | 287 |
23 | takeoff | 272 |