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: Python Kafka | dev.to | 2024-05-30

    Flask Tutorial: https://palletsprojects.com/p/flask/ FastAPI Tutorial: https://github.com/tiangolo/full-stack-fastapi-template Django REST Framework Tutorial: https://www.django-rest-framework.org/tutorial/quickstart/ Nginx Configuration Guide: https://docs.nginx.com/nginx/admin-guide/web-server/web-server/ Confluent Kafka Python Client: https://docs.confluent.io/platform/current/clients/api-docs/confluent-kafka-python.html Remember: This is a high-level overview. Each step involves further research and configuration based on your specific requirements.

  • next-auth

    Authentication for the Web.

  • Project mention: Low-Code Backend Solution for Refine.dev Using Prisma and ZenStack | dev.to | 2024-05-27

    Auth.js (successor of NextAuth) is a flexible authentication library that supports many authentication providers and strategies. Although you can use many external services for auth, simply storing everything inside your database is often the easiest way to get started.

  • 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

  • foal

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

  • 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

  • Project mention: Should I Use jwts For Authentication Tokens? | news.ycombinator.com | 2024-05-27

    Start with usual session based authentication. Keep it until you see the absolute need to move to JWT. And make sure you understand JWT and "invalidating JWT" before using it - https://github.com/gitcommitshow/auth-jwt?tab=readme-ov-file...

  • 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 - SaaSHub
    www.saashub.com | 1 Jun 2024
    SaaSHub helps you find the best software and product alternatives 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,673
2 next-auth 22,672
3 jose 4,954
4 express-jwt 4,465
5 jwt-decode 3,104
6 angular2-jwt 2,634
7 nodejs-backend-architecture-typescript 2,638
8 auth-module 1,908
9 foal 1,862
10 google-auth-library-nodejs 1,656
11 Angular-Full-Stack 1,471
12 hasura-backend-plus 1,173
13 express-mongodb-rest-api-boilerplate 597
14 aws-jwt-verify 584
15 cloudflare-worker-jwt 598
16 jwt 570
17 react-auth-kit 510
18 express-typescript-skeleton 466
19 json-server-auth 312
20 blog-tutorials 301
21 ultimate-nest 276
22 ethr-did 256
23 auth-jwt 240

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