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-27 00:16:30 UTC
- JSON Representation
https://github.com/aksh-patel1/bank-json-apis-golang
A complete GO MUX API project in which A Bank APIs are built
api banking-system go golang json-api jwt jwt-auth jwt-token mux postgres postgresql rest-api
Last synced: 08 Aug 2025
https://github.com/gyolkin/drf-boilerplate
Django REST Framework [Boilerplate]
boilerplate django django-rest-framework djoser drf jwt jwt-authentication python
Last synced: 26 Apr 2026
https://github.com/dnsouzadev/social-network
Uma aplicação de rede social desenvolvida em Java. Este projeto tem como objetivo simular funcionalidades de uma rede social.
Last synced: 21 Jan 2026
https://github.com/rarestype/swift-jwt
pure swift jwt types with bring-your-own-crypto (byoc)
Last synced: 28 Apr 2026
https://github.com/arxiver/watch-site
Watch site is an uptime monitoring RESTful API server that allows authenticated users to monitor URLs, and get detailed uptime reports about their availability, average response time, and total uptime/downtime built using NestJs
authentication authorization backend javascript jwt mongodb monitoring nest nestjs nestjs-backend scheduler schudler typeorm typescript watch watchdog
Last synced: 14 Apr 2026
https://github.com/francis94c/ci-jwt
For Signing and Verifying JSON Web Tokens in Code Igniter.
auth0 authentication authorization igniter jwt verify
Last synced: 26 Apr 2026
https://github.com/mhdez221993/countries_api
This API has 5 end points where the first 3 are for authentication and the other 2 return one or all countries for a given string
authentication jwt nodejs resful-api
Last synced: 28 Apr 2026
https://github.com/pharoouzy/restful-api
api jwt jwt-authentication laravel laravel-framework ouath2 restful-api
Last synced: 25 Apr 2026
https://github.com/theanujdev/library-api
Backend API server for library management system made with expressjs and mongoose.
bcrypt expressjs http-errors javascript jwt jwt-auth mongodb mongoose morgan postman validator
Last synced: 11 Apr 2026
https://github.com/jscodedevlopment/teknix-backend
Backend realizado para um teste técnico com o intuito de possuir autenticação e CRUD de produtos.
express jwt pinned sequelize swagger typescript
Last synced: 25 Apr 2026
https://github.com/damiancipolat/nodejs-auth-jwt
Colección de ejemplos de uso de JWT para autentificacón en api rest creadas con node.js
apirest es6 javascript js jwt nodejs restfull-api
Last synced: 05 May 2026
https://github.com/thisconnect/jwt-example
JWT using jsonwebtoken and Express.js
Last synced: 25 Apr 2026
https://github.com/andreistefanciprian/go_rest_api_demo
Explore building a CRUD REST API and frontend UI in Go
golang jwt jwt-authentication rest-api
Last synced: 15 Oct 2025
https://github.com/mahbub2001/mcash_backend
access-token expressjs expressjs-api jwt middleware moongose nodejs refresh-token
Last synced: 06 Jun 2026
https://github.com/giovanesouza/node-pizzeria
classes-and-objects jwt mongodb mongoose nodejs
Last synced: 28 Apr 2026
https://github.com/henintsoaheriniaina/task-manager-backend
Backend for a university task manager project
bun express jwt typescript zod
Last synced: 28 Apr 2026
https://github.com/d-ashesss/nulland
Note taking REST API with Python and FastAPI
fastapi jwt oauth2 postgresql python rest-api
Last synced: 28 Apr 2026
https://github.com/ashishranjan9585/nodejs
This repository all about to implement and practices NodeJS
expressjs globalcache javascript jwt middleware mongoose restful-api zod
Last synced: 19 Jan 2026
https://github.com/StudyResearchProjects/okku-server
Back-End for Okku realtime chat solution. All the logic related to Okku's features are handled through this server. An instance of this server handles user authentication, media management, chat history as well as connections
docker files http jwt postgresql rust tokio warp websockets
Last synced: 16 Oct 2025
https://github.com/en-atul/library-app-v2
NestJS microservices with Jwt Authentication/Authorization using rabbitmq
authentication authorization event-pattern jwt microservices nestjs passportjs rabbitmq
Last synced: 28 Apr 2026
https://github.com/arkadiyshuvaev/gamblinggamesrestapi
The simple REST API using .NET and C# with Login and RandomNumber controllers.
Last synced: 05 Jun 2026
https://github.com/wifiwang777/letter-java
java + tauri + vue.js 做的一款通信软件,基于websocket实现即时聊天
apollo jwt mybatis-plus protobuf springboot websocket
Last synced: 22 Apr 2026
https://github.com/beloveddie/welcome
This is a Backend Implementation of Sign-up and Sign-in mutations in GraphQL.
apollo-server graphql jwt mongodb node prisma typescript
Last synced: 11 Apr 2026
https://github.com/rakhiazfa/go-auth
authentication example-project gin gin-gonic go go-gin golang jwt jwt-authentication learning
Last synced: 29 Apr 2026
https://github.com/koadt/encodr
A Chrome extension that provides a comprehensive suite of encoding, decoding, and hash analysis tools, all within your browser. Convert text between various formats with a clean, modern interface.
base64 bcrypt cryptography decoder encoder extension-chrome hashing javascript jwt
Last synced: 29 Apr 2026
https://github.com/purnendu-sarkar/medi-camp-pro
MediCamp is a web-based platform designed to simplify the management of medical camps. Built with the MERN stack, it allows organizers to manage camps and participants to register and provide feedback. Features include user authentication, dynamic camp management, interactive analytics, and secure payment processing.
axios daisyui express-js firebase jwt mongodb nodejs react react-hook-form recharts stripe sweetalert2 tailwindcss tanstack-query
Last synced: 25 Feb 2026
https://github.com/potlitel/signingourjwt
Practical exercise of the following link : ASP.NET Core – How to digitally sign your JWT (https://www.sharepointeurope.com/asp-net-core-how-to-digitally-sign-your-jwt/)
class-library dotnet dotnet-core jwt jwt-authentication jwt-token sign signing-keys
Last synced: 22 Apr 2026
https://github.com/ershubhambhagat/walkapi
This comprehensive course covers the essentials of building and securing REST APIs using ASP.NET Core and .NET
api-rest automapper automapperasynchronous-programming dependency-injection domain-models-and-dtos entity-framework-core jwt jwt-bearer-tokens ms-sql-server net-core repository-pattern swagger validation-and-security
Last synced: 19 Feb 2026
https://github.com/equilapi/user-registration-jwt-nodejs
Hey friends! After much research by different blogs I was able to do a project with nodejs and jwt where I can register a user and also grant him a token to consume a top secret service.
Last synced: 18 Apr 2026
https://github.com/mileschou/oauth2-server-jwt-bearer-grant
Implement RFC 7523 on league/oauth2-server
Last synced: 11 Oct 2025
https://github.com/cuongndc9/node-auth-jwt
⚔️ Authentication with JSON Web Token (JWT).
103cuong expressjs json-web-token jwt jwt-authentication nodejs
Last synced: 31 Dec 2025
https://github.com/rdeusser/oauth2-proxy
A reverse proxy that provides authentication with Github, Google, and other providers.
authentication go golang jwt nginx nginx-proxy sso
Last synced: 21 Apr 2026
https://github.com/akornatskyy/auth-playground
Auth playground with openssl, nodejs, hydra and oathkeeper.
hydra jwk jwt mtls oathkeeper oauth2
Last synced: 21 Apr 2026
https://github.com/shz-code/mern-commerce-client
E-Commerce React Client with Redux
e-commerce express facebook-auth jwt mern-stack oauth2 react redux sslcommerz
Last synced: 09 Apr 2026
https://github.com/rakibul-islam-raju/sales-tracker
django django-rest-framework jwt jwt-authentication mui react redux redux-thunk refresh-token
Last synced: 11 Apr 2026
https://github.com/ananthuspace/fitfusion-server
FitFusionApp is a comprehensive fitness web application designed to enhance physical health and wellness journeys. This repository focuses on the backend development of FitFusionApp, which supports three primary portals: User, Trainer, and Admin. Each portal provides tailored functionalities to meet the unique needs of different user types.
express javascript jwt mongodb nodejs typescript
Last synced: 14 Apr 2026
https://github.com/kenken64/fsf-node-express-jwt
fsf express jwt
exprees jwt mysql singleton-pattern
Last synced: 20 Apr 2026
https://github.com/guilhermecampellof/trybesmith-backend
API de uma loja de itens medievais, utilizando Typescript e Sequelize. Projeto desenvolvido durante o curso de formação Full-Stack da Trybe.
api-rest jwt mysql sequelize typescript
Last synced: 20 Apr 2026
https://github.com/lessa-portfolio/angular-movies
A software that consumes data from The movies DB public API and displays movie information to the user. In addition, the user can like or dislike movies and see the movies most liked by the community.
angular git gitflow github-pages javascript jest jwt jwt-authentication jwt-token movies movies-api node nodejs typescript
Last synced: 11 Apr 2026
https://github.com/aifia105/chat_app
A backend service for a chat application, implemented in Java.
java jwt mongodb spring-boot websocket
Last synced: 20 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/aryanxxvii/fastapi-boilerplate
FastAPI boilerplate for reference
authentication fastapi fastapi-boilerplate fastapi-template jwt sqlalchemy sqlite
Last synced: 10 May 2026
https://github.com/v1adhope/auth-service
bcrypt docker docker-compose encryption-decryption hr-tasks jwt taskfile testing
Last synced: 10 May 2026
https://github.com/arsfiqball/micro-coder
Library to generate ES256 based JWT for microcontroller (Arduino, ESP etc.)
arduino ecdsa esp8266 jsonwebtoken jwt sha256
Last synced: 10 May 2026
https://github.com/zn-rabby/ph-university-server
This is the documentation for the Authentication Service component of the University Management System. The Authentication Service provides authentication and authorization functionalities for the three main roles in the system: Admin, Student, and Faculty.
express jwt mongosse multer typescript
Last synced: 11 May 2026
https://github.com/davidmartinperez/auth0-angular
Autorización de Auth0 para angular
Last synced: 11 May 2026
https://github.com/rajyo/pet_adoption_react_native_frontend
Developed a responsive pet adoption mobile application using React Native, Expo and ExpressJS enabling users to add a pet to favorites and later choose a pet for adoption. Used Axios for fetching API’s from the backend and MongoDB as a database for data storage and retrieval. Used Async Storage as a local storage and Context API and JWT.
axios context-api expo express jwt reactnative typescript
Last synced: 11 May 2026
https://github.com/yelm-212/spring-jwt-login-logout
Spring Security + JWT + Blacklist(Cache)
caffeine jwt mybatis postgres redis spring-security
Last synced: 11 May 2026
https://github.com/chantouchsek/moto-stock-management
Meng Hong Moto Stock Management System
api jwt jwt-authentication laravel oauth oauth2 passport token
Last synced: 11 May 2026
https://github.com/justinsisley/tokenpress
A JWT utility belt for JavaScript applications
authentication javascript jwt nodejs
Last synced: 11 May 2026
https://github.com/nevil5651/ecomm-backend
this is the repo for the ecom spring boot backend
jwt oauth redis spring-boot spring-security
Last synced: 11 May 2026
https://github.com/weblineindia/dn-jwt-authentication
This is a lightweight and easy-to-use library for JSON Web Token (JWT) authentication in .NET Core applications. It provides a seamless integration of JWT-based authentication, enabling secure and efficient user authentication processes in your .NET Core projects.
dotnet dotnet-core jwt jwt-authentication jwt-token library security
Last synced: 11 May 2026
https://github.com/jaugustodev/flixer
REST API for video catalog management built with Clean Architecture and DDD in .NET 6, featuring JWT authentication, Google Cloud Storage media upload, and asynchronous processing with RabbitMQ
ci-cd clean-architecture csharp ddd docker docker-compose github-actions jwt keycloak kubernetes meaditr mysql pipeline rabbitmq serilog
Last synced: 19 Jun 2026
https://github.com/rashedulhaquerasel1/love-link-server
Welcome to the Love Link Server repository! This project powers Love Link's backend, providing APIs for user authentication, biodata management, and more. Access the live platform at Love Link to find your life partner and manage your profile.
Last synced: 12 May 2026
https://github.com/applicazza/node-jwt-vault
Create, sign and validate JWT tokens with Hashicorp Vault
Last synced: 12 May 2026
https://github.com/umanari145/laravel_pgsql
authentication dependency-injection jwt laravel
Last synced: 12 May 2026
https://github.com/subhamsarangi/rest-boilerplate-flask
An advanced restapi in Flask framework
api background-jobs celery flask jwt migrations orm python rest-api sql worker
Last synced: 12 May 2026
https://github.com/nrthbnd/share_your_recipe
Django Проект - социальная сеть для публикации рецептов Share_your_recipe
Last synced: 12 May 2026
https://github.com/luisfernando12/authenticator
NestJS authentication service with OAuth2 (Authorization Code + PKCE), JWT, Redis and PostgreSQL
authentication backend bcrypt docker jwt nestjs nodejs oauth2 pkce postgresql redis rest-api typescript
Last synced: 11 Jun 2026
https://github.com/saeedmaldosary/go-authentication-jwt
Go-Authentication-JWT is a robust authentication system built using Go (Golang). It leverages the power of JWT (JSON Web Tokens) to provide secure token-based authentication for applications. The project is designed with modularity in mind, making it easy to integrate with existing Go applications or to use as a foundation for new projects.
Last synced: 12 May 2026
https://github.com/mateenbagheri/springboot-auth-sample
This repo is dedicated to a simple authentication/authorization app written in Java feat Spring boot
authentication java jwt rest-api spring-boot spring-security
Last synced: 12 May 2026
https://github.com/ciphertron/flask-blog
A Multi User Blogging Platform
bootstrap flask flask-sqlalchemy heroku jinja2-templating-engine jwt sqlite-database wtforms
Last synced: 12 May 2026
https://github.com/james2doyle/serverjs-jwt-example
An example on how to use Server.js with JWT authentication
authentication jwt nodejs serverjs
Last synced: 12 May 2026
https://github.com/ramzibouzaiene/spring-boot-3-with-keycloak-oauth2
Spring boot 3 Keycloak integration with spring security, OAuth and JWT
java jwt oauth2 spring-security springboot
Last synced: 12 May 2026
https://github.com/aamirxshaikh/spring-boot-blog-rest-api
This repository features a REST API for a Spring Boot-based blog, with endpoints for creating, updating, and retrieving blog posts and users. With clear documentation and organized code, it's a valuable resource for developers looking to learn about REST API development using Spring Boot.
hibernate java jwt rest-api spring-boot
Last synced: 13 May 2026
https://github.com/soenneker/soenneker.extensions.servicecollection.applicationinsights
A collection of helpful IServiceCollection extension methods involving Application Insights
appinsights application applicationinsights collection csharp dotnet extension extensions insights jwt service servicecollection servicecollectionapplicationinsightsextension
Last synced: 05 Jun 2026
https://github.com/harvestcore/jwt-auth
2FA JWT authentication server in TS
Last synced: 13 May 2026
https://github.com/sabuj-chowdhury/campflow_server
CampFlow server
cors express-js jwt mongodb stripe-payments
Last synced: 13 May 2026
https://github.com/azmanabdlh/golang-web
authentication golang gql grpc jwt nsq oauth2 restful-api
Last synced: 13 May 2026
https://github.com/minseokangq/springboot-server-jwt
회원가입, 로그인 practice
example-project jwt jwt-authentication jwt-token signin signup springboot springboot3
Last synced: 13 May 2026
https://github.com/alexmota-dev/login-and-register
Um modelo de login e registro de uma entidade usuario, faz uso do spring boot, a autenticacao é feita com token JWT, possui privação de rotas que só podem ser acessadas com o token.
jwt login register spring-boot
Last synced: 13 May 2026
https://github.com/edsonakaves/cliente-api
🔌 Cliente PHP para consumo da API REST com autenticação JWT e operações CRUD. Demonstra integração entre sistemas usando cURL e boas práticas de segurança.
api-client authentication curl dotenv http-client jwt php rest-client
Last synced: 13 May 2026
https://github.com/fernandozuchi/nlw-connect-csharp
API completa criada com C# .NET para gerenciamento de uma biblioteca, evento next level week da escola rocketseat 🚀
Last synced: 14 May 2026
https://github.com/giovanesouza/posto-br-rh-backend
API para Controle de Férias
api-rest bycrypt cors dotenv express javascript jest jwt mongodb mongodb-atlas mvc-architecture nodejs prisma-orm vercel
Last synced: 11 Jun 2026
https://github.com/dodul01/car-store-frontend
This is the frontend application for the Car and Order Management system. It provides a user-friendly interface to manage cars, place orders, and handle user authentication.
antdesign css jwt jwt-authentication reactjs redux-toolkit stripe-payments
Last synced: 13 Jun 2026
https://github.com/georgegkonis/basic-spring-boot-rest-api
A basic REST API built for demonization purposes
Last synced: 13 Jun 2026
https://github.com/planara/planara-accounts
Сервис управления профилями пользователей. GraphQL API, JWT авторизация, Kafka интеграция.
accounts dotnet fluentvalidation graphql jwt
Last synced: 14 Jun 2026
https://github.com/ragab0/blog-post-api
A simple blog post api (back-end repo)
bcrypt jwt nestjs nodejs postgresql rest-client swagger typeorm typescript
Last synced: 14 Jun 2026
https://github.com/persteenolsen/fastapi-jwt-auth-dl-four
Python FastAPI ML Inference Service with ONNX Runtime and PyTorch-Trained Model for House Price Prediction using Ames Dataset focusing on Tests (v8)
deep-learning fastapi jwt onnx python pytorch tests
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