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-10 00:16:54 UTC
- JSON Representation
https://github.com/jamison0902/javascript-cybersecurity
Refatoração de Segurança em Aplicação
Last synced: 14 Jun 2026
https://github.com/persteenolsen/fastapi-jwt-auth-rag-one
Python FastAPI with JWT Auth serving RAG using LLM by Groq
fastapi jwt llm postgresql python rag vector
Last synced: 17 Jun 2026
https://github.com/persteenolsen/fastapi-jwt-auth-dl-one
Python FastAPI ML Inference Service with ONNX Runtime and PyTorch-Trained Model
deep-learning fastapi jwt onnx python pytorch
Last synced: 17 Jun 2026
https://github.com/persteenolsen/fastapi-jwt-auth-ml-two
Python FastAPI with JWT Auth serving ML for House Price Prediction (v2)
fastapi jwt machine-learning python
Last synced: 17 Jun 2026
https://github.com/persteenolsen/fastapi-jwt-auth-render-three
FastAPI with JWT Auth using MariaDB hosted at Render
Last synced: 17 Jun 2026
https://github.com/persteenolsen/fastapi-jwt-auth-ml-one
Python FastAPI with JWT Auth serving ML for House Price Prediction
fastapi jwt machine-learning python
Last synced: 17 Jun 2026
https://github.com/persteenolsen/fastapi-jwt-auth-dl-two
Python FastAPI ML Inference Service with ONNX Runtime and PyTorch-Trained Model for House Price Prediction (v5)
deep-learning fastapi jwt onnx python pytorch
Last synced: 17 Jun 2026
https://github.com/pawantech12/booknest---personal-book-manager
BookNest is a modern personal book management web app built with Next.js, MongoDB, and TailwindCSS that allows users to organize, track, and manage their reading journey with secure authentication and an interactive dashboard.
bcryptjs book-manager book-tracking full-stack-web-development jwt mongodb mongoose nextapi nextjs tailwindcss
Last synced: 17 Jun 2026
https://github.com/kornetas/api-forge
Node.js REST API with user authentication, JWT, roles, and product management – fully tested with Jest.
api authentication autorization backend bcrypt express jest jwt mongodb mongoose nodejs rest-api roles supertest
Last synced: 17 Jun 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/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/goni715/shops-api
Ecommerce-Shops express rest api
bcryptjs cloudinary dotenv jwt mongoose multer nodemailer slugify
Last synced: 19 Jun 2026
https://github.com/ankitaghadge19/movie-booking-application-mern_stack
It's an Movie Booking E-Commerce website build using Node.js, Express.js, MongoDB, React.js, and MUI. Implemented user and admin controls with JWT authentication, ensuring a seamless and authenticated experience for users.
Last synced: 19 Jun 2026
https://github.com/leetomlee123/springcloud-g
基于springcloud g版的实践项目
docker elk jwt springboot2 springcloud
Last synced: 19 Jun 2026
https://github.com/group10-tc-01/fcs-campaign
Serviço de Campanhas e Transparência da plataforma Conexão Solidária — administração de campanhas por GestorONG, exposição pública de campanhas ativas e atualização do valor arrecadado após doações
aspnet-core clean-architecture dotnet fiap hackathon jwt keycloak microsservicos
Last synced: 20 Jun 2026
https://github.com/group10-tc-01/fcs-donations
Microserviço da plataforma Conexão Solidária focado no recebimento de intenções de doação. Ele valida o acesso para a role Doador, checa a elegibilidade da campanha via HTTP e persiste os dados no SQL Server utilizando Transactional Outbox, garantindo a publicação segura do evento DonationReceivedEvent no tópico donation-received do Kafka.
aspnet-core clean-architecture donations dotnet entity-framework-core fiap hackathon jwt kafka microsservicos opentelemetry outbox-pattern polly rbac refit sql-server
Last synced: 20 Jun 2026
https://github.com/kanywst/spiffe-compliance-checker
Static MUST-clause compliance checker for SPIFFE artifacts (SPIFFE-ID, X.509-SVID, JWT-SVID, Trust Bundle). Each failure cites the spec section.
cli compliance conformance go golang jwt security spiffe spire svid workload-identity x509 zero-trust
Last synced: 20 Jun 2026
https://github.com/thomas-illiet/cerbai
CerbAI is a lightweight HTTP reverse proxy written in Go, built for corporate environments where access to LLM services is secured via JWT tokens obtained through an OAuth2 client_credentials flow over mutual TLS (mTLS).
Last synced: 21 Jun 2026
https://github.com/abdularis/gocommonweb
common tools and functionality in web backend application
alibabacloud-oss aws-s3 backend-api go jwt redis
Last synced: 22 Jun 2026
https://github.com/ledsouza/chirpy
Chirpy is a REST API project built with Golang, inspired by Twitter, offering core functionalities like user creation, authentication, chirping (posting), and basic administrative features.
go golang goose jwt postgresql sqlc
Last synced: 22 Jun 2026
https://github.com/keidrun/boilerplate-gorilla-mux-for-rest-api-with-jwt
Boilerplate of Gorilla Mux for REST API with JWT.
boilerplate docker golang gorilla-mux jwt rest-api
Last synced: 22 Jun 2026
https://github.com/muhammadabyaz/go-cdk
A Go-based API with JWT authentication using AWS API Gateway, Lambda, and DynamoDB. It includes routes for user registration, login, and a protected path that is accessible only to authenticated users. The project demonstrates secure authentication and authorization using JWT tokens and middleware.
aws aws-dynamodb aws-lambda cdk go golang jwt
Last synced: 23 Jun 2026
https://github.com/shchoholiev/recipes-manager-ios
An iOS application built with Swift to manage recipes. It provides functionalities such as browsing categories, searching and viewing recipes, user authentication, and managing personal profiles.
graphql-client jwt rest-client server-sent-events storyboard swift
Last synced: 23 Jun 2026
https://github.com/mehtaab11/knotpad
A high-performance collaborative workspace engineered with React, Node.js, and MongoDB. Features a dual-channel architecture using REST APIs for secure authorization and WebSockets for real-time rich-text editing.
express js jwt mongo node quill react realtime-collaboration sharing-ideas socket-io tailwindcss
Last synced: 23 Jun 2026
https://github.com/nikhilnarayanan623/token-auth
Implementation of token based authentications
go golang jwt jwt-authentication
Last synced: 24 Jun 2026
https://github.com/ednanf/game-journal
Game Journaling built using the MERN stack.
bcryptjs gaming-website jwt mern-stack mongodb nodejs typescript
Last synced: 24 Jun 2026
https://github.com/aleff-github/crypto-toolkit
Offline VSCode extension for encoding, decoding, hashing, JWT decoding, AES utilities, HMAC and Smart Detect directly from the editor context menu.
aes base64 cryptography decoding developer-tools encoding hashing hmac jwt offline-first typescript vscode-extension
Last synced: 25 Jun 2026
https://github.com/adit019/secure-authz-service-cpp
C++ authentication and authorization microservice using salted SHA-256.
authentication authorization c-plus-plus jwt microservice security sha256 systems-programming
Last synced: 25 Jun 2026
https://github.com/osisdie/dotnet-webapi-cqrs-boilerplate
Production-ready .NET WebAPI framework (CoreFX) with MediatR (CQRS), FluentValidation, JWT auth, OpenAPI/Swagger, email notifications (MailKit), Docker multi-stage build, and xUnit testing. Multi-targets net8.0 + net10.0.
aspnetcore automapper boilerplate clean-architecture corefx cqrs docker dotnet dotnet10 dotnet8 fluentvalidation healthcheck jwt mailkit mediatr openapi swagger webapi xunit
Last synced: 25 Jun 2026
https://github.com/osisdie/dotnet-webapi-auth-boilerplate
Production-ready .NET WebAPI with JWT authentication, refresh tokens, Dapper ORM, Redis caching — powered by CoreFX SDK
authentication boilerplate corefx dapper docker dotnet jwt kubernetes redis swagger webapi
Last synced: 25 Jun 2026
https://github.com/osisdie/newslens
NewsLens — AI-powered news aggregator with iOS + Web clients, Stripe subscriptions, and per-source keyword filtering
aggregator ai express jwt monorepo news nodejs postgres react react-native stripe vite
Last synced: 25 Jun 2026
https://github.com/lucasmargni/prode-mundial-2026
Prode para jugar con (contra) amigos y familia
jwt localforage neondb nodejs postgresql prisma prode react serverless tailwindcss vercel vite world-cup
Last synced: 25 Jun 2026
https://github.com/stefen-taime/api-testing-demo-v2
Demo project covering 11 API testing types with FastAPI, JWT, Playwright, JMeter, Docker Compose, and Postgres.
api-testing docker-compose fastapi jmeter jwt playwright postgresql qa
Last synced: 26 Jun 2026
https://github.com/johnsylvain/url-shortener-node
Personal url shortener
express javascript jwt mern react redux
Last synced: 26 Jun 2026
https://github.com/cjy1998/hono-rbac-starter
A production-ready Hono + TypeScript backend starter with RBAC, JWT, Redis & Drizzle ORM | 开箱即用的 Hono 后端模板
drizzle-orm honojs ioredis jwt rbac redis rest-api starter-template typescript winston zod
Last synced: 26 Jun 2026
https://github.com/orrc/jwt-generator-docker
A simple command-line utility to encode JSON Web Tokens (JWT).
cli-app command-line-tool docker-image json-web-token jwt
Last synced: 28 Jun 2026
https://github.com/nrthbnd/share_your_recipe
Django Проект - социальная сеть для публикации рецептов Share_your_recipe
Last synced: 12 May 2026
https://github.com/deyrahul95/ecommerce-microservice-app
Dotnet microservice application
aspdotnetcore database dotnet dotnet-core dotnetwebapi entity-framework-core jwt jwt-authentication microservice serilog sqlite3 unitests webapi xunit
Last synced: 07 May 2026
https://github.com/mahadev-chaurasiya/springboot-restful-bank-management-system-api
Develop an independent application Bank Management system API.
authorization bank-api banking-applications bankmanagementsystem crud-operation java17-spring-boot jpa jwt jwt-authentication jwt-token lombok maven restapi spring-boot spring-security spring-security-jwt
Last synced: 07 May 2026
https://github.com/edocbuhtig/secure-rest-api-jwt
Secure REST API using JWT with MongoDB Atlas Cloud database example and Nodejs Express framework.
jwt jwt-authentication jwt-authentication-flow mongodb nodejs rest-api
Last synced: 07 May 2026
https://github.com/pome1lo/spottymotor
A web application with a micro service architecture on the theme "Car Company"
asp-net-core blazor c-sharp docker-compose jwt microservices web
Last synced: 07 May 2026
https://github.com/ameerhamzahd/thrivesecure-server
expressjs firebase-token jwt nodejs
Last synced: 07 May 2026
https://github.com/ariondutta33/linkly_backend
This is the backend service for Linkly.io, a modern link management platform. It provides RESTful APIs for authentication, link storage, and user-specific access control using Spring Boot, Spring Security with JWT, Spring Data JPA, and PostgreSQL.
java jwt postgresql springboot springdata-jpa springsecurity
Last synced: 07 May 2026
https://github.com/robinhood3082/simplebank
Sample Banking API, made simple with Go
email go golang grpc grpc-gateway grpc-go grpc-server jwt paseto postgresql protobuf protocol-buffers redis-queue stdlib validator viper worker-service
Last synced: 07 May 2026
https://github.com/hvalfangst/gin-api
API programmed in Golang with the Gin framework providing CRUD endpoints for the domain of wine. Authentication and authorization is being handled by middleware.
authentication authorization gin-gonic go-pg golang jwt jwt-tokens middlware
Last synced: 07 May 2026
https://github.com/kwesidev/nodeauthserver
Authentication Server
jwt nodejs nodejs-server postgresql refresh-token
Last synced: 07 May 2026
https://github.com/tomaytotomato/spring-stateless-auth-firebase
Demo fullstack application showing stateless authentication between frontend and backend service. Using a Vue.js client to fetch a JWT token from Firebase and authenticate with a Spring boot resource server.
firebase-auth jwt jwt-authentication oauth2 oauth2-resource-server spring-boot spring-security vue vuejs
Last synced: 07 May 2026
https://github.com/sravan-kumar-ta/job-portal-django
This project provides distinct functionalities for job seekers, companies, and platform administrators. This backend supports data management, authentication, and API endpoints for job listings, applications, and user profiles.
django django-project django-rest-framework json-web-tokens jwt jwt-auth jwt-authentication jwt-token pagination postgresql postgresql-database restapi restful-api
Last synced: 07 May 2026
https://github.com/villysiu/springsecurityoauth2demo
Authentication by Github OAuth 2.0
github jwt oauth2 rest-api spring-security springboot
Last synced: 08 May 2026
https://github.com/aftabdotorg/node-authentication
Node-jwt-mongo-authentication
Last synced: 08 May 2026
https://github.com/ramzibouzaiene/backend-project-spring-boot
A backend project with Spring Boot, Spring Security and JWT and Dockerize the app
docker jwt jwt-authentication jwt-authorization spring-boot spring-security
Last synced: 08 May 2026
https://github.com/khoa-bit/jwtauth-spring-template
Template project for bulding Spring Security with Jwt Auth.
java jwt mongodb rest spring-boot
Last synced: 08 May 2026
https://github.com/alifa-as/b10a11-lost-found-server
📌 A Lost & Found Web Application built with React, Tailwind CSS, and Node.js. This platform allows users to report lost items, list found items, and reconnect owners with their belongings. 💡 Tech Stack: React.js | Tailwind CSS | Node.js | Express.js | MongoDB 🚀 Helping people find their lost items easily & securely!
Last synced: 08 May 2026
https://github.com/simonstnn/chitchatz
App made for course IoT Apps @ Vives
cookies jquery jwt nodejs sass typescript ws
Last synced: 08 May 2026
https://github.com/clintonbrito/restful-api-ecommerce
This repository contains the backend challenge project for a job application. It is a RESTful API built with AdonisJS (Node.js) and MySQL for managing users, clients, products, and sales. The project follows the MVC architecture and includes user authentication with JWT.
adonisjs jwt mysql nodejs rest-api restful-api typescript
Last synced: 08 May 2026
https://github.com/kelvynamaral/pdv-mercearia-spring
Sistema de Gestão de Vendas - Backend API RESTful desenvolvida em Spring Boot para gerenciar operações de um sistema de vendas, incluindo autenticação de usuários, controle de estoque, registro de produtos e processamento de vendas. O projeto utiliza PostgreSQL como banco de dados, Spring Security com JWT para autenticação e autorização
java jwt postgresql spring-boot
Last synced: 08 May 2026
https://github.com/ftonato/graphql-node-api
graphql graphql-api jwt nodejs sequelize typescript
Last synced: 08 May 2026
https://github.com/ayajahamad/backend-with-nodejs
Beginner-friendly Node.js backend practice with Express, APIs, middleware, and authentication.
authontication backend backend-api express jwt learning middleware nodejs rest-api
Last synced: 08 May 2026
https://github.com/anusree6154s/crio-qkart-2
Backend for Crio module - QKart Backend
jest jwt mongodb mongoose nodejs passportjs reactjs
Last synced: 08 May 2026
https://github.com/eucarlos/nlw7-heat-impulse
Evento online NLW 7 Heat na trilha Impulse
github jwt nlw nlw-7 node oauth prisma typescript
Last synced: 08 May 2026
https://github.com/epitexam/contablo-api
A RESTful API built with NestJS for a blog project. It provides user management, JWT authentication, and Swagger documentation.
Last synced: 08 May 2026
https://github.com/student7hetu/fixitlive
FixItLive is a MERN stack project that connects developers in real-time for quick, peer-to-peer help on coding problems, debugging, or technical guidance. Whether you're stuck on a bug or need advice on code architecture — get live support from fellow devs instantly.
jwt mern-stack reactjs socket-io
Last synced: 08 May 2026
https://github.com/rodgeraraujo/sgd-authentication-jwt
Authentication system made in Java, using JWT and Spring Boot
authentication java jwt jwt-authentication
Last synced: 10 Jun 2026
https://github.com/ansinitro/todo-app
REST API for creating TODO lists in Go
clean-architecture gin go golang golang-api golang-jwt golang-migrate golang-rest jwt jwt-authentication rest-api sqlx youtube
Last synced: 08 May 2026
https://github.com/jzo001/forge.security.jwt.client
Jwt Token authentication / auothorization client side implementation
blazor jwt jwt-authentication jwt-authorization jwt-bearer-tokens jwt-client jwt-decode jwt-token sso sso-authentication sso-client sso-login wasm webassembly
Last synced: 08 May 2026
https://github.com/pedrorcruzz/gin-jwt-mongo
Project to test the features of Gin along with JWT and MongoDB.
gin go jwt layerd-architecture mongodb
Last synced: 08 May 2026
https://github.com/yosef-alsabbah/django-ecommerce-api-with-redis-jwt-celery-smart-search
A scalable RESTful eCommerce API using Django, JWT auth, Redis caching, Celery for task scheduling, advanced search, tagging, and personalized results.
advanced-search caching celery django django-rest-framework ecommerce jwt redis tags
Last synced: 09 May 2026
https://github.com/ajkun55/workout-tracker
This project involves creating a backend system for a workout tracker application where users can sign up, log in, create workout plans, and track their progress. The system will feature JWT authentication, CRUD operations for workouts, and generate reports on past workouts.
backend-api express jwt postgresql roadmap-project
Last synced: 09 May 2026
https://github.com/toxe/react-rest-jwt
A React REST API example using JWT Authentication
Last synced: 09 May 2026
https://github.com/leosimoes/udemy-java-spring-helpdesk
Back-end project for the Udemy course "Angular 5, JWT, Spring Boot, REST, Security, Data and MongoDB".
java jwt mongodb restful-api spring
Last synced: 09 May 2026
https://github.com/angelou20/react-calendar-frontend
Este proyecto es un sistema de calendario MERN con autenticación JWT.
bootstrap5 javascript jwt react react-redux-toolkit react-router-v6
Last synced: 09 May 2026
https://github.com/vandodev/react-login
Criando um sistema de login com react
api api-rest axios css3 html5 jwt localstorage react
Last synced: 09 May 2026
https://github.com/md-rejoyan-islam/kinsust-blood-api
csvtojson docker expressjs jwt multer mysql sequelize-orm typescript zod
Last synced: 10 Jun 2026
https://github.com/sakhawat71/reviewhub-server
Product Review Platform
cloudinary exrpessjs jwt nodejs postgresql prisma-orm psql typescript zod-validation
Last synced: 09 May 2026
https://github.com/stefmedjo/spring-boot-jwt-auth
JSON Web Token (JWT) Authentication using Spring Boot, Spring Security, Spring Data JPA and MySQL
java jsonwebtoken jwt rest-api spring spring-data-jpa spring-security springboot
Last synced: 09 May 2026
https://github.com/igaaoo/to-do-wevy
📝 To Do List made for Wevy technical challenge
jest jwt nextjs shadcn-ui todolist typescript
Last synced: 09 May 2026
https://github.com/nisanth2004/spring-security-recap
This repository demonstrates a secure full-stack application built with React for the frontend and Spring Boot for the backend, implementing comprehensive Spring Security concepts including JWT-based authentication and authorization. Key features include secure login, role-based access control for protected ro
daoauthentication filterchain java jwt jwt-authentication jwt-token security spring springboot
Last synced: 09 May 2026
https://github.com/kakashii13/rbac_test
Testing functionality of RBAC schema
express jwt rbac-management typescript
Last synced: 09 May 2026
https://github.com/nitindahiya-dev/mern-blog
MERN Full Stack Project Build a Blog App with Dashboard using MERN (jwt, redux toolkit)
blogapp-mern jwt mern-project mern-stack reactjs reactproject redux
Last synced: 11 Apr 2026
https://github.com/fusionauth/fusionauth-jwt-unsecured
An extension to fusionauth-jwt to support the 'none' algorithm
java jwt jwt-decode jwt-signing
Last synced: 11 Apr 2026
https://github.com/jasbirdii/py-api-starter
🚀 Build efficient APIs and data services with this FastAPI starter template, featuring background jobs, data analysis, and Jupyter notebooks.
alembic api api-automation-testing aws-api-gateway-v2 aws-dynamodb bash copilot data-science docker docker-compose fastapi-boilerplate fastapi-template jwt pydantic pynamodb pytest quickstart sqlalchemy
Last synced: 29 Apr 2026
https://github.com/abdulrahmanabualmagd/electronics-store
angular identity jwt netcore-webapi sql-server
Last synced: 06 Oct 2025
https://github.com/techiediaries/angular-jwtauth-demo
Angular 4.3+ Demo Project for JWT Authentication
angular4 authentication jwt jwt-authentication
Last synced: 04 May 2026
https://github.com/ashutoshsahoo/order-service
Order service based on GraphQL implementation
gradle graphql graphql-java graphql-spring-boot graphql-spring-boot-security graphql-spring-boot-starter graphql-spring-security java-11 jwt jwt-token lombok spring-security spring-security-jwt
Last synced: 29 Apr 2026
https://github.com/youzf/mern-chatify
💬 Build a secure full-stack chat app with real-time messaging, user authentication, and automated emails for an engaging user experience.
authentication axios chat-application cloudinary createcontext-hooks end-to-end-encryption groupchat jwt mern one-on-one-chat react realtime-messaging realtime-notification router-dom socket-io socket-io-client typing-indicator zustand
Last synced: 06 May 2026
https://github.com/erenmulkoglu96/store-app-aspnet-core-web-api
Katmanlı mimariyle geliştirilen ASP.NET Core Web API projesi. EF Core, AutoMapper, loglama ve asenkron programlama teknikleri kullanıldı. Endpointler üzerinde CRUD, sayfalama, arama, sıralama ve filtreleme işlemleri gerçekleştirildi.
api aspnet-core aspnet-web-api automapper dotnet entity-framework-core jwt layered-architecture pagination postman rate-limiting refresh-token restful searching validation versioning web-api
Last synced: 07 Oct 2025
https://github.com/julianadevihapsari/ecommerce-backend-golang
E-Commerce Backend Golang using Golang, Kafka, Postman, Docker and JWT in Fast Campus Course
docker fastcampus golang jwt kafka portfolio postman webdevelopment
Last synced: 02 May 2026
https://github.com/alohadancemeow/react-project-chatroom
Learn jsonwebtoken and socket.io
firebase-hosting jwt mongodb node react socket-io
Last synced: 30 Dec 2025