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-06-29 00:16:43 UTC
- JSON Representation
https://github.com/morethanmin/mern-stack-boilerplate
mern-stack-boilerplate using react, redux, express, mongo
jwt jwt-authentication nodejs react redux
Last synced: 18 Apr 2026
https://github.com/shanu-shahbin/notepad__fastapi
A backend service built using FastAPI and MongoDB to manage users and their notes. The application implements JWT-based authentication to ensure secure access.
fastapi hashing jwt mongodb swagger-ui
Last synced: 18 Apr 2026
https://github.com/mehakhanaa/notes-backend-clone
Notes taking app backend
express jsonwebtoken jwt mongodb mongoose node
Last synced: 05 Apr 2026
https://github.com/guillempuche/adu
The initial version of a chatbot. Goal: improve the communication of the universities with their students.
auth0 authentication chat chatbot domain-driven-design jwt material-ui mongodb nodejs nosql pubsub react tdd
Last synced: 05 Apr 2026
https://github.com/mdcodelab/react-native-notebook
express-js jwt neondb postgresql prisma-orm react-native
Last synced: 05 Apr 2026
https://github.com/utsavdotpro/fastfingersapis
Back-end APIs for FastFingers project in Node.js
backend expressjs jwt mysql practice-project rest-api
Last synced: 05 Apr 2026
https://github.com/a1unade/todo-list
Итоговый проект по модулю JS
asp-net ci cqrs entity-framework jwt mediatr microsoft-identity postgresql react redux
Last synced: 18 Apr 2026
https://github.com/albertarakelyan/go-events-api-example
Simple REST API Go project with JWT authentication and SQLite
authentication go golang jwt rest-api
Last synced: 05 Apr 2026
https://github.com/shenoy-anurag/fastapi-aws-lambda-template
A FastAPI AWS Lambda Template for quickly deploying an app to AWS Lambda using AWS ECR. Using FastAPI, SQLModel, PostgreSQL, Docker, Mangum, MVC pattern and more.
aws aws-lambda backend docker fastapi jwt postgresql python sqlmodel template template-project
Last synced: 05 Apr 2026
https://github.com/andronovo-bit/exchange-service-boilerplate
Stock exchange vocabulary is taught with this Exchange boilerplate trading game simulation. This project's backend system lets users maintain their portfolios, trade market-limit stocks, and view their transaction history. The project uses Node.js, TypeScript, Sequelize ORM, and PostgreSQL.
boilerplate exchange exchange-server expressjs jwt nodejs postgresql sequelize typescript
Last synced: 05 Apr 2026
https://github.com/quanghuybest2k2/nodejs-jwt
Json Web Token with NodeJS ExpressJS + ReactJS
Last synced: 18 Apr 2026
https://github.com/flarebyte/lunar-obsidian-crypt
The easiest way to encrypt your data with TypeScript on the server side
hs256 jwt jwt-token npm-package typescript
Last synced: 18 Apr 2026
https://github.com/solana-trading-bot-service/jwt-example
This is JWT token example with NodeJs and jsonwebtoken module
Last synced: 19 Apr 2026
https://github.com/somenath203/food-delivery-api-nodejs
click below to open the Postman Documentation of the API
express expressjs jsonwebtoken jwt mongodb node nodejs
Last synced: 19 Apr 2026
https://github.com/edummorenolp/crud-users-nodejs-express-prisma-ts
Este proyecto es una plantilla inicial para desarrollar APIs en Node.js. Incluye características como autenticación, cifrado de contraseñas, documentación con Swagger, y conexión a bases de datos.
bcrypt express jwt morgan nodejs prisma-orm swagger tyepscript
Last synced: 19 Apr 2026
https://github.com/joakimteixeira/user-authentication-api
REST API for user authentication client
bcrypt express jwt nodejs standardjs
Last synced: 19 Apr 2026
https://github.com/cristofima/crudionictecnomusc2019
Aplicación móvil con registro y login, además de un ejemplo de CRUD con API REST
Last synced: 19 Apr 2026
https://github.com/diable201/djangoframework
Django Framework course spring 2022
backend django django-rest-framework jinja2 jwt python3
Last synced: 19 Apr 2026
https://github.com/srjchsv/auth-service
Auth-service
docker-compose gin-gonic golang jwt lucidchart postgresql prometheus
Last synced: 20 Apr 2026
https://github.com/flex-development/adt-api
Generate JSON Web Tokens to authenticate with the Apple Music API.
apple apple-developer-token apple-developers apple-music apple-music-api jsonwebtoken jwt
Last synced: 20 Apr 2026
https://github.com/lucasplopes/crud-project
Basic CRUD project
h2 hacktoberfest java jpa jwt postman querydsl security spring-boot web
Last synced: 20 Apr 2026
https://github.com/aashahin/students-mangement-nestjs
jwt nestjs orm postgresql restful-api
Last synced: 20 Apr 2026
https://github.com/ghlps/rm-project
This project practices Next.js features like SSG, SSR, pages, API routes using the Rick and Morty API. Backend uses typed handlers, API routes & MongoDB. Frontend uses React fundamentals, CSS Modules, and state management by React Toolkit. The API communicates with RTK Query.
css-modules jwt nextjs react rick-and-morty ssg
Last synced: 20 Apr 2026
https://github.com/mostaryjahan/phonehub-backend
expressjs jwt mongoose typescript
Last synced: 20 Apr 2026
https://github.com/geheb/gtid
Simple OIDC Provider
authentication jwt openid-connect rust security
Last synced: 05 Jun 2026
https://github.com/pras75299/nextjsauthentication
Fullstack Next Js Authentication with MongoDB, JWT, Bcrypt and NextJS Router
authentication bcryptjs jwt mailtrap mongodb moongose nextjs-starter nextjs-template nextjs14
Last synced: 21 Apr 2026
https://github.com/bezkoder/angular-10-jwt-refresh-token
Angular 10 Refresh Token example with JWT and Http Interceptor
angular angular10 authentication authorization httpinterceptor jwt jwt-auth jwt-authentication refresh-token token-based-authentication
Last synced: 21 Apr 2026
https://github.com/caterinmorales/ms-jwt
Microservicio que genera un JWT
java jjwt jwt spring-boot spring-security
Last synced: 22 Apr 2026
https://github.com/majid-l/django-api-project
A Django REST framework API supporting all CRUD operations, complete with full-coverage integration testing, comprehensive error handling, functional views and object-oriented testing.
django-rest-framework jwt mongodb
Last synced: 24 Apr 2026
https://github.com/robsonsilv4/restful-api-flask
:snake: :computer: RESTFul API with Python 3.7.2, Flask 1.0.2 and JWT Authentication
flask jwt python37 restful-api
Last synced: 24 Apr 2026
https://github.com/italonery/market-insights
Spring boot application to organizes entities such as products, brands and prices sources, providing a solid foundation for price analysis and market insights.
api-rest backend h2-database hibernate java jwt spring-data-jpa spring-security springboot
Last synced: 25 Apr 2026
https://github.com/rezaoptic/go-utils
some utils for Go projects.
authentication error-handling go go-package hacktoberfest jwt logger multi-language utils
Last synced: 06 Jun 2026
https://github.com/gabrielczar/graphql-node-api
Api for Blog using GraphQL
grapql jwt nodejs sequelize typescript
Last synced: 25 Apr 2026
https://github.com/asynched/golang-payment-api
A simple payments API using golang.
Last synced: 25 Apr 2026
https://github.com/gahbr/nodejs-authentication-jwt
estudos sobre autenticação jwt em nodejs
authentication estudos jwt jwt-authentication jwt-token nodejs typescript
Last synced: 25 Apr 2026
https://github.com/smilevp/urlshortener-backend
Urlshortener-backend using ExpressJs , Mongodb and ShortId
bcryptjs cors dotenv express-generator jwt mongoose nodemailer shortid
Last synced: 26 Apr 2026
https://github.com/aswinbennyofficial/jwt-auth-golang
A secure user auth service built with Golang and JWT for seamless signup and signin experiences with email verification support.
go golang jwt jwt-authentication mongodb
Last synced: 26 Apr 2026
https://github.com/said7388/nestjs-boilerplate
jwt nest nest-boilerplate nestjs nestjs-boilerplate nestjs-template typeorm
Last synced: 26 Apr 2026
https://github.com/mediacomem/express-jwt-policies
Lightweight JWT authentication & authorization middleware for Express
authentication authorization express jwt policy
Last synced: 26 Apr 2026
https://github.com/expressots/jwt
Jwt Provider for ExpressoTS application 🐎
expressots jwt nodejs typescript
Last synced: 27 Apr 2026
https://github.com/persteenolsen/vue-java-jwt-auth-client
A Vue Client doing JWT Authentication towards a Java Spring Boot 3 REST API
Last synced: 27 Apr 2026
https://github.com/matiaspastori/auth
Just a little practice repo to learn about authentication with Express.js, JWT and RBAC
authentication authorization express expressjs jwt jwt-authentication middleware rbac-roles
Last synced: 27 Apr 2026
https://github.com/jateq/all-in
Backend part of App to keep track of your monk mode | GoFiber, MongoDB
Last synced: 28 Apr 2026
https://github.com/siumauricio/commercestore.api
Simple authentication with nestjs using jwt and roles fully tested
Last synced: 28 Apr 2026
https://github.com/0xataru/auth-service
Authentication service via gRPC
authentication authentication-backend go golang grpc grpc-go grpc-server jwt
Last synced: 28 Apr 2026
https://github.com/deatil/lake-admin-addon-luser
基于 lake-admin 后台管理系统的用户管理模块,实现了用户登陆api的token及jwt双认证
jwt lake lake-admin php thinkphp6 token
Last synced: 08 Jun 2026
https://github.com/itsachrafmansari/my_django_boilerplate
Creating a Django backend api boilerplate to accelerate projects creation
boilerplate django django-framework django-rest-framework djangorestframework jwt python rest-api
Last synced: 28 Apr 2026
https://github.com/alive1258/find-job-nest.js-backend
nest-js-find-job-backend
cludinary docker jwt nestjs postgresql typeorm typescript
Last synced: 29 Apr 2026
https://github.com/dwikalam/exploration-go-vanilla-complete-api
exploration go jwt postgresql vanilla-golang
Last synced: 29 Apr 2026
https://github.com/cybertooth-io/ermahgerd-rails-api-jwt
Rails 5+ API, JWT_Session, Pundit, JSONAPI, Sidekiq, PostgreSQL.
jsonapi jsonapi-resources jwt jwt-authentication rails5-api redis sidekiq
Last synced: 29 Apr 2026
https://github.com/fedeholc/jwtlk
JWT Learning Kit - Roll your own auth, al menos una vez en la vida
javascript jwt jwt-authentication learning node
Last synced: 29 Apr 2026
https://github.com/fabianoleittes/todo-api
RESTful JSON API with Rails 5 and JWT
jwt jwt-tokens rails-api rails5 restful-api todo
Last synced: 29 Apr 2026
https://github.com/josivantarcio/api-product
A simple RESTful API for managing products, built with Java and SpringBoot. It supports basic CRUD operations, allowing clients to manage product data through HTTP endpoints.
api java jwt postgresql postman rest-api spring-data-jpa spring-security springboot
Last synced: 29 Apr 2026
https://github.com/washira/express-guides
Advanced Express.js guides with multiple features
cookie-parser cors express jwt mysql2 nodejs
Last synced: 29 Apr 2026
https://github.com/lauhemahfus/gonote
A modern, fast, and AI-powered note-taking application built with Go, Gin, PostgreSQL, Redis, and Google Gemini AI.
gemini-api gin go jwt lazy-loading postgresql redis
Last synced: 29 Apr 2026
https://github.com/navneetlal/inventory-management-service
This service lets you do CRUD operation on product entity from authorized user
angular becrypt hashing jwt jwt-authentication mysql nodejs typescript
Last synced: 29 Apr 2026
https://github.com/falco13/jwt-auth-token-django
Django REST application with JWT token authentication, registration, refresh token and logout
401 access-token api authentication authorization django django-rest-framework jwt jwt-auth jwt-authentication jwt-token python refresh-token registration rest rest-api token
Last synced: 30 Apr 2026
https://github.com/nordes/oidc-jwks-verify
Allow the verification of the JWT token against an Identity Server from NodeJs
backend identityserver4 jwks jwt node nodejs oidc oidc-jwks-verify
Last synced: 30 Apr 2026
https://github.com/dendavidov/go-utils
Small Go module and CLI: RS256 JWT helpers (pkg/jwt) and jwt-token for local/dev signing.
Last synced: 30 Apr 2026
https://github.com/nvinuesa/vertx-jwt-revoke
Session management using JWT in Vert.x applications
Last synced: 30 Apr 2026
https://github.com/amsh4/taskforge
TaskForge is a full-stack MERN application for task management, featuring secure user authentication via JWT, CRUD operations for tasks, real-time collaboration through sharing, and AI-driven prioritization/categorization using natural language processing on descriptions for enhanced productivity.
bcrypt collaboration-services error-handling exp fullstack-development jwt mern-stack middleware mogo mongoose nlp node reac responsive-ui restful-routes tailwindcss
Last synced: 30 Apr 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/nemanja1105/internetforumbackend
https-server jwt oauth2 siem spring-boot spring-security sql-injection-filter xss-filter
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/xmas7/action-cable-react-jwt
Same as action-cable-react, but allows authenticating websockets using JWTs
Last synced: 30 Apr 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/vriskaserket51/common-api
Simple Backend framework with JWT and MySQL support
backend-api framework jwt mysql
Last synced: 01 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/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/jlenon7/athenna_auth
🔐 User handler API with Athenna Framework.
athenna authentication esm jwt mail nodejs queue roles roles-management typescript user-management users validation
Last synced: 01 May 2026
https://github.com/mayhendrap/todo-hexagonal-arch
Hexagonal architecture Todo Rest API application using go and gin gonic framework
gin-gonic go golang hexagonal-architecture jwt mongodb
Last synced: 01 May 2026
https://github.com/themdazad/authentication_authorization_backend
Understanding the flow of authentication and authorization with Node.js | JsonWebToken | Bcrypt
bcrypt ejs javascript jwt node
Last synced: 01 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/v1pinx/syntaxx
A modern online code editor with comprehensive features, allowing users to write, save, and run code in various programming languages.
judge0 jwt monaco-editor nextjs resend-email-api shadcn-ui tailwindcss
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/subhranil002/user-authentication-ssr
User-Authentication-SSR provides a secure authentication system with server-side rendering (SSR) for web apps. It ensures seamless login experiences and enhanced performance ... ❤️
authentication bcrypt cookies environment-variables expressjs handelbars jsonwebtoken jwt middlware mongodb nodejs password-hashing security server-side-rendering sessions ssr user-management
Last synced: 02 May 2026
https://github.com/marufk21/vibesta
Vibesta is a MERN stack social media app featuring photo sharing, user profiles, chat messaging, and interactions
authentication axios bcrypt instagram jwt mern-stack redux-toolkit shadcn-ui social-media socket-io
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/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/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/ashwaniydv/notifications-server
IITP-App server
heroku jwt jwt-authentication mongodb mongoose node nodejs passport passport-local
Last synced: 03 May 2026
https://github.com/wulfmann/serverless-static-site-password
Serverless Static Site Password
aws cloudfront jwt lambda password serverless static-site
Last synced: 03 May 2026
https://github.com/brayan-kelly/hhrr-unapec
Project Exemption of the Subject Programming Open Source II of the Apec University
angular8 hibernate java-8 jwt postgresql spring-boot typescript
Last synced: 03 May 2026
https://github.com/gpraj-works/coin-boat
CoinBoat is a platform that provides up-to-date information about various cryptocurrencies. It aims to help users stay informed about the latest trends, prices, and market data in the world of cryptocurrencies.
apex-charts axios jwt mongodb nextjs redux-toolkit rest-api sendgrid swiper-js swr tailwindcss
Last synced: 03 May 2026
https://github.com/zeptosec/museum
Helps to manage museum categories and it's items. Users can view museums, categories and items.
beginner expressjs fullstack jwt jwt-authentication ktu learning nuxt3 pinia prisma simple smallproject typescript
Last synced: 03 May 2026
https://github.com/devgabrielcoelho/calendarapi
CallendarAPI is a RESTful API for calendar management, managing events and reminders with secure authentication. Features: authentication via JWT, email notifications, Serilog, Docker. How to install: Use Docker and set up your .env file. Endpoints get users, events, and reminders.
api asp-net-core callendar csharp docker jwt postgresql serilog
Last synced: 03 May 2026
https://github.com/artur24814/dicomaestro
DICOM Viewer with Image Manipulation and User Authentication
asyncio design-patterns dicom django-rest-framework docker docker-compose jwt medical-imaging memento-pattern react
Last synced: 04 May 2026
https://github.com/adshan/dotnet-authentication-symmetric-asymmetric
JWT authentication with Symmetric and Asymmetric keys.
asymmetric authentication dotnet jwt net6 symmetry
Last synced: 04 May 2026
https://github.com/ruajean/interfaces-colmenares
⚖️ Plataforma desarrollada para Colmenares & Asociados, permitiendo a clientes, abogados y administradores gestionar casos fiscales en tiempo real. Con un diseño en Angular, esta interfaz facilita la actualización de casos, consulta de estados, y colaboración directa con clientes. Desarrollado por Jean Rúa
angular api-rest bootstrap jwt typescript
Last synced: 04 May 2026
https://github.com/rooneyrulz/react-graphql-booklist
Full stack react application with react.js, context-api, hooks, express.js, graphql, mongodb with some new popular coding techniques. Included REST-API, user authentication and authorization using jwt token mechanism.
context-api express-js graphql hooks jwt mongodb react react-bootsrap
Last synced: 04 May 2026
https://github.com/geffrerson7/playlist-api
REST API for the data of a song playlist application.
bcrypt-hashing-library express jwt nodejs postman prisma typescript
Last synced: 04 May 2026
https://github.com/kaloyanpepelyashki/cs-mongodb
A repository that demonstrates an implementation of a distributed system that consist of C# web APIs, contacting MongoDB and implementing core CRUD, together with a client side MVC application
csharp dotnet-core jwt jwt-authentication mongodb mongodriver webapi
Last synced: 04 May 2026