JSON Web Tokens
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. 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.
- GitHub: https://github.com/topics/jwt
- Wikipedia: https://en.wikipedia.org/wiki/JSON_Web_Token
- Created by: M. Jones, J. Bradley, N. Sakimura
- Released: May 2015
- Related Topics: jws, message-authentication-code, jwkset, jwks, jwt-server, jwt-client, jwt-claims, jwt-bearer-tokens, jwe, jwk,
- Aliases: rfc-7519, jsonwebtoken, json-web-tokens, json-web-token, jwa, jwt-authentication, jwt-auth, jwt-token, jwt-tokens,
- Last updated: 2026-07-08 00:17:06 UTC
- JSON Representation
https://github.com/shakilofficial/mini-school
A full-featured school management REST API built with Express.js, TypeScript, PostgreSQL, and Prisma. Supports role-based authentication, student & class management, and user management with JWT security. Includes Postman collection for easy testing.
express jwt nodejs postgresql prisma restful-api server tyepscript
Last synced: 04 Sep 2025
https://github.com/ivantans/nestjs-passport-jwt
A simple project created to learn how to implement the passport package using the NestJS framework
jwt nestjs passport typescript
Last synced: 30 Apr 2026
https://github.com/theharshithr/meal-calorie-backend-harshith.
FastAPI + PostgreSQL backend for meal calorie tracking with JWT auth, Dockerized setup, rate limiting, and testing.
authentication backend calorie-calculator calories docker fastapi jwt meal-tracker postgres pydantic pydantic-settings rest-api
Last synced: 30 Apr 2026
https://github.com/aifia105/algo-tracker-api
LeetCode tracker api
bcrypt cors dotenv expressjs jwt mongodb mongoose typescript
Last synced: 30 Apr 2026
https://github.com/hemantsonu20/spring-jwt-security
A spring security implementation with Json Web Token.
jwt jwt-auth jwt-authentication jwt-token maven spring-boot spring-security springboot springframework
Last synced: 09 May 2026
https://github.com/sahinmeric/register_page
A full-stack application for registering MIPYMEs, focusing on user validation, authentication, and UX. Built with Angular, .NET 6, and deployed on Netlify and Azure.
angular azure dotnet full-stack jwt netlify
Last synced: 30 Apr 2026
https://github.com/lucassimao/cashflow
SpringBoot based restful backend + Angular frontend for cash flow management
angular backend cash-flow crud docker expenses jwt spring-boot
Last synced: 30 Apr 2026
https://github.com/nickufer/proxy-wasm-opaque-to-jwt
ProxyWASM filter to convert opaque tokens to JWT tokens
Last synced: 08 Jun 2026
https://github.com/aparzi/jwt-auth
Basic example jwt auth with NodeJS
express express-js javascript jwt jwt-authentication jwt-tokens node-module nodejs nodejs-api rest-api
Last synced: 30 Apr 2026
https://github.com/shofiq0023/spring-security-jwt-demo
Spring Security demo project using JSON Web Tokens
java jwt jwt-authentication spring-boot spring-security
Last synced: 30 Apr 2026
https://github.com/sahilbaig/gword-frontend
gword clone as a assignment for WarrantyMe
google-api google-docs google-drive jwt nextjs oauth2 reactjs shadcn-ui
Last synced: 09 May 2026
https://github.com/jenil-desai/pixelbloom-backend
Backend for Pixelbloom mobile app using Go, Fiber, and PostgreSQL. 🚀📱
fiber go jwt pgx-v5 postgresql
Last synced: 30 Apr 2026
https://github.com/shayan-tej/chat-app-mern
ChatApp is a real-time chat web application built with the MERN stack and Socket.io. It supports secure user authentication with JWT, real-time messaging, and online user status updates. Tailwind CSS & Daisy UI provide a responsive UI, while Zustand manages global state. The app includes comprehensive error handling for a seamless chat experience.
chatapp jwt mern-stack socket-io
Last synced: 30 Apr 2026
https://github.com/noobconner21/go-jwt
🔐 A secure REST API built with Go and Gin framework featuring JWT authentication, bcrypt password hashing, and PostgreSQL integration. Perfect starter template for Go web applications requiring user authentication.
authentication gin go jwt postgresql rest-api
Last synced: 30 Apr 2026
https://github.com/robbestad/ujwt
µJwt - Micro JWT token generation lib - with server implementation
authentication jwt microlibrary nginx nginx-proxy openresty
Last synced: 30 Apr 2026
https://github.com/yuriytkach/stream-39-demo-app-spring-security
Demo application for online YouTube stream #39-40 about Spring Security
api-key demo-app java jwt spring-boot springsecurity youtube-stream
Last synced: 30 Apr 2026
https://github.com/suptarr/backendimmifit
Backend service for the Immifit application, built using the Elysia.js framework and MongoDB.
elysiajs jwt mongodb typescript
Last synced: 30 Apr 2026
https://github.com/poboll/echo-room
回声谷即时通讯系统-后端
ffmpeg jwt mysql-redis rabbitmq spring-boot websocket
Last synced: 30 Apr 2026
https://github.com/nandkumar1000/fakestore
FakeStore is a mock e-commerce app built with React and JWT authentication. Users can browse products, manage their cart, and experience a fully responsive, interactive shopping platform using Context API, Axios, and CSS. 🚀
css jwt jwt-authentication reactions reactjs
Last synced: 12 Apr 2026
https://github.com/fryzcode/natours
Tour Booking - API with Node.js. This project has been written as a web API in Node.js, and the user interface part has not been implemented yet, as I currently have no plans to develop the interface for this project.
javascipt jwt mongodb mongoose mvc-architecture nodejs restfull-api
Last synced: 30 Apr 2026
https://github.com/nealarch01/payaco
💰 Transactions REST API developed in Go with Gorilla/Mux and PostgreSQL
go golang gorilla-mux json jwt money-transfer postgresql rest-api
Last synced: 30 Apr 2026
https://github.com/xmas7/action-cable-react-jwt
Same as action-cable-react, but allows authenticating websockets using JWTs
Last synced: 30 Apr 2026
https://github.com/sergeemmanuelk/event_ticket_platform
An Event Ticket Platform
docker java jwt keycloak oauth2 postgresql rest-api spring-boot spring-security
Last synced: 22 Jun 2026
https://github.com/000bachir/deno-http-server
A secure REST API server built with Deno, Oak framework, JWT authentication, and MongoDB.
deno jwt mongodb oak typescript zod
Last synced: 30 Apr 2026
https://github.com/vittordeaguiar/blog-api
.NET 9 Web API implementing Clean Architecture, featuring Entity Framework Core, AutoMapper, JWT Authentication, and Redis
cache csharp docker docker-compose entity-framework-core jwt postgres redis
Last synced: 26 Jan 2026
https://github.com/tulbadex/nestjs-auth-api-key-system
A NestJS authentication system supporting both JWT tokens for users and API keys for service-to-service access
api-keys authentication jwt nestjs postgresql rest-api service-to-service typescript
Last synced: 26 Jan 2026
https://github.com/prajwalsrinvas/jwt_security_demo
This project demonstrates JWT (JSON Web Token) security best practices and common attack vectors, including password hashing, token analysis, brute force, and dictionary attack simulations. It aims to educate users on secure token management, session handling, and potential vulnerabilities in web applications.
Last synced: 01 May 2026
https://github.com/vriskaserket51/common-api
Simple Backend framework with JWT and MySQL support
backend-api framework jwt mysql
Last synced: 01 May 2026
https://github.com/ladicle/azure-media-services
Operate AzureMediaServices
azure golang jwt library media-services
Last synced: 09 May 2026
https://github.com/maniklakhanpal/sora-ios
iOS app 📱 developed using SwiftUI 🍏, Node.js (for backend) 🖥️, and JWT tokens 🔑 for authorization! 🚀
Last synced: 10 May 2026
https://github.com/tariqul420/service-orbit
Service Orbit ServiceOrbit is a service-sharing web application designed to connect service providers with potential customers. The platform facilitates seamless interactions and transactions, empowering users to discover, offer, and engage with services efficiently.
daisyui firebase jwt reactjs reactrouter tailwindcss
Last synced: 01 May 2026
https://github.com/danieldantasdev/aspnetcore-complete-formation_course-luisdev-backend-part-3_dotnet-6_csharp-10
Repositório da Formação ASP.NET Core: APIs em .NET, Arquitetura Limpa, CQRS, EF Core, Dapper, Repository Pattern, testes unitários, JWT, mensageria com RabbitMQ, microsserviços e DevOps com Azure. Projeto completo do zero.
aspnet-core autenticacao autorizacao azure backend clean-architecture cqrs csharp dapper devops dotnet ef-core jwt luisdev mensageria microsservicos rabbitmq
Last synced: 01 May 2026
https://github.com/grantjforrester/spring-security-jwt
A lightweight module for Spring Security that provides HTTP request authentication by JSON Web Token (JWT).
Last synced: 17 May 2026
https://github.com/bintang-r/pos-system-django-real-implementation
RestFul API POS (Point Of Sale) implementation with Django Framework Python
api application authentication django django-framework django-project django-rest-framework jwt python restful-api
Last synced: 08 Jun 2026
https://github.com/Diivvuu/Netflix-Android
netflix-clone for android using kotlin MVVM architecture
android firebase jwt kotlin material3 mvvm netflix-clone
Last synced: 19 Jun 2025
https://github.com/mgckaled/ignite-nodejs-api-solid
Repositório do terceiro projeto da trilha Ignite Node.js 2022 desenvolvido pela Rocketseat Education.
design-patterns docker fastify jwt nodejs prisma rbac refresh-token solid typescript
Last synced: 12 Apr 2026
https://github.com/crazyoptimist/gin-starter
Gin REST API Starter for Minimalists
api boilerplate gin go golang jwt modular pagination rest-api starter-kit
Last synced: 01 May 2026
https://github.com/kurulko/url-shortener
Application that shortens any URL and has possibility to navigate by this short equivalent
angular asp-net-core asp-net-core-web-api automapper entity-framework-core html-css jwt netcore swagger typescript
Last synced: 10 May 2026
https://github.com/ivan-montes/auth-and-user
When gRPC met Spring... but also Hexagonal Arch, Authorization Server and JWT. The system allows users to register, create categories, products, and leave opinions, reviews, and votes.
Last synced: 08 Jun 2026
https://github.com/valrichter/go-basic-bank
Sistema basico del funcionamiento de un banco echo en Go. Aplicando distintos conceptos de Backend. Backend Master Class [Golang + Postgres + Kubernetes + gRPC + AWS]
api-rest asynq aws backend ci-cd devops docker gin-gonic go golang grpc jwt k9s kubernetes postgresql redis role-based-access-control sqlc
Last synced: 07 Jan 2026
https://github.com/riipandi/trusty
Trusty is a headless authentication server, inspired from Netlify GoTrue.
auth-server authentication authorization client-auth jwt jwt-auth
Last synced: 01 Apr 2025
https://github.com/michaelrodriguess/auth-service
🔐 Application to handle with authentication of other applications
authentication bcrypt gin golang jwt oauth oauth2
Last synced: 01 May 2026
https://github.com/kasidit-wansudon/go-api-gateway
High-performance API Gateway & Rate Limiter built in Go. Features: reverse proxy, token bucket rate limiting, JWT auth, circuit breaker, Prometheus metrics, plugin system.
api-gateway circuit-breaker go jwt microservices prometheus rate-limiting
Last synced: 18 Jun 2026
https://github.com/mmengspv/backend-login-nodejs
backend nodejs with JWT login and mongoDB database
jwt jwt-authentication mongodb mongoose
Last synced: 10 May 2026
https://github.com/pace11/jobs-seeker
Simply application Jobs Seeker dashboard management and user experience friendly - Fullstack Course Next.js
drizzle-orm jwt next-auth nextjs postgresql typescript
Last synced: 10 May 2026
https://github.com/alok-mishra143/leave-management-backend
a simple role base leave management backend
bun cronjob jwt leave-management nodejs prisma roles students
Last synced: 10 May 2026
https://github.com/0verfl0w767/nestjs-sample-1
An authentication system , JWT + GRAPHQL
Last synced: 01 May 2026
https://github.com/janakhpon/tumlmimg
Privacy based Sharing app for scanned Avatar and Signature
express file-sharing jwt mongodb multer passport
Last synced: 01 May 2026
https://github.com/silva-thiago/node-tdd-jest
NodeJS application with test-driven development concept
bcrypt factory-girl faker jest jwt nodejs postgresql sequelize supertest
Last synced: 10 May 2026
https://github.com/danieldantasdev/aspnetcore-complete-formation_course-luisdev-backend-part-13_dotnet-6_csharp-10
Repositório da Formação ASP.NET Core: APIs em .NET, Arquitetura Limpa, CQRS, EF Core, Dapper, Repository Pattern, testes unitários, JWT, mensageria com RabbitMQ, microsserviços e DevOps com Azure. Projeto completo do zero.
aspnet-core autenticacao autorizacao azure backend clean-architecture cqrs csharp dapper devops dotnet ef-core jwt luisdev mensageria microsservicos rabbitmq
Last synced: 01 May 2026
https://github.com/ilham-dev/expressjs-api-jwt-passport
express js with mongodb, jwt, passport
expressjs jwt jwt-authentication mongodb passport
Last synced: 01 May 2026
https://github.com/ananyo141/cipherschools-profile-page
User profile page clone for cipherschools.com
assignment jwt react typescript vite
Last synced: 10 May 2026
https://github.com/el-moudni-hicham/spring-security-jwt-oauth2-oidc
Microservices security with Spring Security, JWT and Oauth2 OIDC
jwt oauth2 oidc spring spring-security
Last synced: 10 May 2026
https://github.com/simonpaul08/library-server
Go-based backend for the Library Management System. Implements RESTful APIs for user authentication, book inventory, lending workflows, and admin operations.
gin go golang jwt restful-api smtp
Last synced: 02 May 2026
https://github.com/adshan/dotnet-identity-authorization-types
Authorization based on Role, Claims and Policy.
authorization claim-based dotnet identity jwt net6 role-based
Last synced: 02 May 2026
https://github.com/leoelicos/readr
MERN, MongoDB Atlas
apollo-server-express graphql jwt jwt-decode mongoose react-bootstrap react-dom react-router-dom
Last synced: 10 May 2026
https://github.com/darinelescobar/fastapi-secure-api
A lightweight FastAPI skeleton for building secure, scalable REST APIs. Includes JWT-based authentication, Google Drive integration using OAuth2, and modular, clean architecture for rapid development.
api asynchronous-programming backend crud fastapi google-drive jwt oauth2 python3 rest-api scalable-architecture skeleton skeleton-application uvicorn
Last synced: 02 May 2026
https://github.com/eu-diogo-ferreira/nodejs-tdd
⚗ A simple test-driven NodeJS application (TDD)
bcrypt factory-girl fake jest jwt sequelize sqlite3 supertest
Last synced: 19 Jun 2026
https://github.com/0xomaradel/jwt-basics
This repository serves as a practice project for understanding JSON Web Tokens (JWT) in a Node.js environment.
Last synced: 29 May 2026
https://github.com/viniciusbessa/planejando_api
Uma API para planejamento financeiro.
finance jwt node prisma typescript
Last synced: 10 May 2026
https://github.com/paul-weqe/politico-api
POLITICO is a voting API based in Flask. It runs on the PostgreSQL database and CI/CD is performed through the Travis CI tool. Have fun with it :)
Last synced: 02 May 2026
https://github.com/iamskyy666/golang-event_booking-api
💻 An "Event Booking" REST-Api using Golang which can be consumed by all frontend systems 🔵
gin-gonic go-crud golang jwt rest-api sqlite web-server
Last synced: 03 May 2026
https://github.com/eggys321/bct-assessment-hr-app
BCT
axios bcrypt cloudinary jwt nodemon react-bootstrap reactjs toastify
Last synced: 02 May 2026
https://github.com/iksergey/bookshop-java-public
📚 Проект библиотечной системы на Spring Boot с функционалом управления книгами, пользователями и выдачей литературы. Включает JWT-аутентификацию, систему бронирования, отзывов и личный кабинет. REST API с многослойной архитектурой и JPA/Hibernate для работы с базой данных
Last synced: 02 May 2026
https://github.com/sh13y/secure-chat
A real-time secure chat application with end-to-end encryption built with TypeScript, React, Node.js, and MongoDB
chat-application encryption jwt mongodb nodejs react real-time secure-chat typescript websocket
Last synced: 02 May 2026
https://github.com/mridul-ice/job-seekerz
A comprehensive job portal platform that facilitates seamless interaction between job seekers and employers. Built with React.js, Node.js, and MongoDB, this system provides full CRUD operations for managing job postings, user authentication, and streamlined job application processes.
custom-hooks daisyui firebase-auth jwt react-router reacticons reactjs sweetalert2 tailwindcss
Last synced: 02 May 2026
https://github.com/coelhoreinaldo/trybe-smith
A medieval items store in the form of an API using TypeScript, Sequelize, JWT and tests.
jwt mocha-chai mysql mysql2 sequelize tests typescript
Last synced: 02 May 2026
https://github.com/rohanvron/chatapp-mern
ChatApp is a real-time messaging application built on modern web technology. It provides a seamless and secure communication experience with features such as user authentication, email verification, password recovery, and real-time chat functionality
api authentication bcrypt chat-application chatapp css express javascript jwt mern-stack mongodb nodejs react socket-io tailwindcss web-development
Last synced: 02 Apr 2026
https://github.com/anag0es/e-commerce-fastapi
Este projeto é uma implementação de uma API de e-commerce utilizando o FastAPI. A API simula três etapas de um e-commerce: usuário, produtos e compras.
api application authentication backend ecommerce fastapi jwt orm project python
Last synced: 02 May 2026
https://github.com/solrac97gr/work-manager-api
Work manager API es un desarrollo hecho con golang y mongoDB que te permite gestionar un sistema para solicitar servicios para el hogar. 🛡️
Last synced: 19 Jun 2026
https://github.com/kiron0/to-do-client
Live Site
firebase jwt react react-router react-router-dom reactjs
Last synced: 02 May 2026
https://github.com/sanogotech/nestjsstarter
nestJS Starter
javascript jwt nestjs nodejs rest rest-api scafolding swagger typescript
Last synced: 02 May 2026
https://github.com/akshat3128/fastapi-ecommerce
A scalable e-commerce backend built with FastAPI, featuring JWT-based authentication, role-based access control, product management, cart, checkout, and order history APIs.
alembic crud-application fastapi fastapi-security github-config jwt postgresql postman pydantic-v2 python3 smtpmailer sql-alchemy swagger-ui
Last synced: 02 May 2026
https://github.com/rezairfanwijaya/alterra-agmc
aws docker echo-framework go gorm jwt mysql
Last synced: 02 May 2026
https://github.com/andrewsy1004/back-devnet
This is the backend of an application that facilitates job search, helping to connect employers and candidates efficiently.
2fa-security docker gmail jwt nestjs socket-io swagger typeorm typescript
Last synced: 02 May 2026
https://github.com/gustavoms97/nest-js-template
A simple and ready-to-use template for projects using NestJS, featuring built-in functionality and examples. It includes TypeORM for SQL databases, specifically MySQL, but can be easily adapted to other database types with minimal changes.
auth jwt nestjs template typeorm typescript
Last synced: 02 May 2026
https://github.com/yanukadeneth99/social-pro
Social Media Site written in Express, Google Auth, Socket IO, JWT and more.
Last synced: 02 May 2026
https://github.com/rohankhan999/auth-syestem-using-jwt-bycrpt-mongodb-with-express
Auth-Syestem-Using-JWT-Bycrpt-MongoDb-with-Express
api-integration authentication authorization backend bycryptjs chalk jwt jwt-authentication jwttoken mongodb mongoose restful-api
Last synced: 02 May 2026
https://github.com/yevheniyj/node-jwt
Sample Node.js Express app with JWT-based authentication
Last synced: 02 May 2026
https://github.com/theprincelle/lp1-project-api
Yep, you're read that correctly. A simple API, in Java.
api-server hibernate java jee jwt maven school-project spring
Last synced: 02 May 2026
https://github.com/zingarelli/alura-books-typescript
Evolução do Alura Books em TypeScript e lidando com comunicação com API para autenticação e obtenção de dados.
alura apollo-client axios graphql jwt react react-query typescript vitrinedev
Last synced: 02 May 2026
https://github.com/engrarfin/meeting-room-booking-system
meeting-room-booking-system A TypeScript-based backend for managing room bookings, built with Node.js, Express, and MongoDB. Features secure NextAuth authentication, RESTful APIs for booking and room management, and robust data handling.
expressjs jwt mongodb postman typescript
Last synced: 12 Apr 2026
https://github.com/adrianomonteiroweb/cookmaster-nodejs-project
Projeto Trybe de Nodejs para trabalhar com JWT.
express jwt jwt-authentication jwt-token nodejs token
Last synced: 10 May 2026
https://github.com/lucasliaw25/cinemaflix
Projeto Full Stack (Angular/Java 21/Spring Boot) simulando uma plataforma de streaming. Implementação robusta de JWT e Paginação de dados.
angular guard interceptor java jwt pagination spring spring-boot
Last synced: 03 May 2026
https://github.com/boutaj/raqym
Arabic-first productivity backend built with Go, PostgreSQL, JWT auth, and role-based access control
Last synced: 03 May 2026