TypeScript JWT

Open-source TypeScript projects categorized as JWT

JSON Web Token is a proposed Internet standard for creating data with optional signature and/or optional encryption whose payload holds JSON that asserts some number of claims. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.

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: Building a Secure API with FastAPI, PostgreSQL, and Hanko Authentication | dev.to | 2023-10-30

    This project is a modification of the authentication flow of the awesome repository made by tiangolo at full-stack-fastapi-postgresql

  • next-auth

    Authentication for the Web.

  • Project mention: Deploy Full-Stack Next.js T3App with Cognito and Prisma using AWS Lambda | dev.to | 2024-04-15

    NextAuth.js is not perfect. One of the shortcomings is that it currently does not implement federated logout. This means that even if a user signs out of the Next.js app, he does NOT get signed out of the Cognito user pool client. As a consequence, the user is not really being logged out (i.e he is able to login again without providing the credentials). You can read more about this problem in this Github thread.

  • 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 logo
  • jose

    JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.

  • Project mention: πŸš€ Top 12 Open Source Auth Projects Every Developer Should Know πŸ”‘ | dev.to | 2023-12-06

    JWT - jose

  • express-jwt

    connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes

  • jwt-decode

    Decode JWT tokens; useful for browser applications.

  • angular2-jwt

    Helper library for handling JWTs in Angular apps

  • 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.

  • 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.

    InfluxDB logo
  • auth-module

    Zero-boilerplate authentication support for Nuxt 2

  • Project mention: nuxt 3 stack for fullstack | /r/Nuxt | 2023-05-16
  • foal

    Full-featured Node.js framework, with no complexity. πŸš€ Simple and easy to use, TypeScript-based and well-documented.

  • Project mention: FoalTS – A Full-Featured Node.js Framework | news.ycombinator.com | 2023-05-18
  • google-auth-library-nodejs

    πŸ”‘ Google Auth Library for Node.js

  • 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.

  • express-mongodb-rest-api-boilerplate

    A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose). Typescript

  • aws-jwt-verify

    JS library for verifying JWTs signed by Amazon Cognito, and any OIDC-compatible IDP that signs JWTs with RS256, RS384, and RS512

  • cloudflare-worker-jwt

    A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.

  • Project mention: A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers | news.ycombinator.com | 2023-09-12
  • jwt

    JWT utilities module based on the jsonwebtoken package πŸ”“ (by nestjs)

  • react-auth-kit

    Powerful Auth Management library for ReactJs-based applications

  • express-typescript-skeleton

    πŸ”°πŸ¦Έ Template to start developing a REST API with Node.js (Express), TypeScript, Ts.ED, ESLint, Prettier, Husky, Prisma, etc.

  • json-server-auth

    Authentication & Authorization flow for JSON Server

  • blog-tutorials

    Sample code of my blog tutorials

  • ultimate-nest

    Starter template with blog clone as project

  • ethr-did

    Create ethr DIDs

  • auth-jwt

    A demo to learn JWT by reverse engineering

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript JWT related posts

  • Bun, Hono, Vite, TailwindCSS: An amazing combination has just been revealed!

    7 projects | dev.to | 10 Sep 2023
  • T3 Stack Template : Supabase (w/ Auth + DB) and Shadcn-UI Basic Setup

    3 projects | dev.to | 24 Jul 2023
  • [Self Hosted] Comment j'ai fait ce blog (aka comment installer Fusion Auth and Dound)

    2 projects | /r/enfrancais | 16 May 2023
  • Check out this new JWT authentication middleware for express.js.

    1 project | /r/node | 20 Apr 2023
  • vuejs to nuxt paradigm switch

    1 project | /r/Nuxt | 7 Apr 2023
  • How to share an auth token to all the components in an app?

    2 projects | /r/react | 9 Feb 2023
  • JWT authorizer for Cognito with Client Credentials Flow

    1 project | /r/aws | 29 Dec 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 May 2024
    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. Learn more β†’

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 23,404
2 next-auth 22,476
3 jose 4,892
4 express-jwt 4,457
5 jwt-decode 3,088
6 angular2-jwt 2,630
7 nodejs-backend-architecture-typescript 2,619
8 auth-module 1,907
9 foal 1,857
10 google-auth-library-nodejs 1,649
11 Angular-Full-Stack 1,472
12 hasura-backend-plus 1,173
13 express-mongodb-rest-api-boilerplate 595
14 aws-jwt-verify 582
15 cloudflare-worker-jwt 587
16 jwt 568
17 react-auth-kit 505
18 express-typescript-skeleton 462
19 json-server-auth 309
20 blog-tutorials 294
21 ultimate-nest 268
22 ethr-did 251
23 auth-jwt 242

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com