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-04-05 00:12:46 UTC
- JSON Representation
https://github.com/juusechec/jwt-beego
Una implementación simple de dgrijalva/jwt-go para beego. A simple implementation of dgrijalva/jwt-go for beego.
Last synced: 21 Apr 2025
https://github.com/pedrokehl/starter-nodejs-rest
DEPRECATED!! Starter for a Node.js REST Application using MongoDB and JSON Web Token
boilerplate express jwt mongodb nodejs starter-kit
Last synced: 11 Jul 2025
https://github.com/yezz123/JeffQL
fastAPI Simple authentication & Login API using GraphQL and JWT :rocket:
asyncio docker fastapi fastapi-docker graphene graphql jwt jwt-authentication python python3
Last synced: 15 Mar 2025
https://github.com/auth0-blog/lumen-api-auth
Lumen Authors API. Secured with JWT
api auth0 authentication authorization jwt lumen microservice php secure
Last synced: 27 Jul 2025
https://github.com/murraco/node-jwt
JWT auth service with refresh using Node.js, ES6, Express, Sequelize and Mocha
authentication es6 express jwt mocha node sequelize
Last synced: 27 Apr 2025
https://github.com/emqx/emqx-auth-jwt
EMQX JWT Authentication Plugin
authentication emqx emqx-plugin jwt jwt-authentication
Last synced: 09 Oct 2025
https://github.com/adityapratap2001/linkedin-clone
A SPA using React JS & DJango, where user can create account & seek jobs as well as create jobs!
chat connect-with-people jwt linkedin otp-verification react-js redux seek-jobs sockets
Last synced: 02 May 2025
https://github.com/captaincodeman/go-firebase
AppEngine friendly Firebase for Go (Golang)
appengine firebase firebase-user golang jwt
Last synced: 26 Apr 2025
https://github.com/robertoprevato/pythonjwtdemo
Demo for using Python to validate JWTs
Last synced: 25 Jul 2025
https://github.com/mickgeek/symfony-react-restful-boilerplate
Symfony 4 + React (with Flow, Redux, Bootstrap 4 and other stuff) + JWT implementation + PostgreSQL
bootstrap flow javascript jwt php postgresql react redux symfony
Last synced: 17 Jul 2025
https://github.com/gregwhitaker/springboot-rsocketjwt-example
Example of using JWT with RSocket and Spring Boot
jwt reactive reactive-programming reactive-streams rsocket rsocket-java spring-boot spring-messaging spring-security
Last synced: 06 May 2025
https://github.com/bezkoder/vue-axios-refresh-token
Vue Refresh Token with Axios Interceptors and JWT example - Vuex, Vue Router
authentication authorization axios jwt jwt-auth jwt-authentication refresh-token token-based-authentication vue vuejs vuejs2 vuex
Last synced: 15 Oct 2025
https://github.com/mattroberts297/jsonwebtokencli
A simple command line interface (CLI) for the jsonwebtoken (JWT) library
Last synced: 19 Mar 2025
https://github.com/docusign/code-examples-ruby
Docusign Ruby on Rails code examples and launcher
click-api docusign docusign-api esignature jwt monitor-api rooms-api ruby webforms-api
Last synced: 13 Oct 2025
https://github.com/connor11528/vuejs-auth-frontend
🔒 Vue.js frontend app with JWT authentication
authentication jwt vue vue-frontend
Last synced: 21 Apr 2025
https://github.com/bezkoder/angular-17-refresh-token
Angular 17 JWT refresh token example & Interceptor - Handle token expiration in Angular 17 - Refresh token before expiration example
angular angular-17 angular17 authentication authorization json-web-token jsonwebtoken jwt jwt-auth jwt-authentication jwt-authorization jwt-refresh-token jwt-token jwt-tokens refresh-token refresh-tokens
Last synced: 14 Apr 2025
https://github.com/fritzthecat9/youtubelinks
YoutubeLinks allow users to save YouTube links as playlists. Users are able to download mp3/mp4 files from the playlists they create. Project created as part of the "100 Commits" competition.
api blazor blazor-webassembly c-sharp c-sharp-12 cqrs csharp dot-net-8 dotnet entity-framework-core fluent-validation jwt mediatr minimal-api mudblazor serilog vertical-slice-architecture vue youtube yt-dlp
Last synced: 28 Apr 2025
https://github.com/foryforx/shopping
Golang, Gin, JWT, sqlite/SQL - Shopping cart application
ecommerce gin golang jwt jwt-authentication shopping-cart sqlite
Last synced: 14 Apr 2025
https://github.com/voidnerd/lumen-auth-example
Lumen Authentication Example(Article)
api article auth authentication jwt lumen php
Last synced: 19 Apr 2025
https://github.com/agungsugiarto/codeigniter4-authentication-jwt
JSON Web Token for codeigniter4-authentication. This package is port from tymondesigns/jwt-auth for compability with agungsugiarto/codeigniter4-authentication.
auth authentication codeigniter4 jwt jwt-authentication
Last synced: 12 Apr 2025
https://github.com/jveverka/iam-service
Simple OAuth2/OpenID-connect authentication and authorization server.
aarch64 graviton iam iam-service identity-management identity-provider jwt mongodb oauth2 oauth2-authentication oauth2-provider oauth2-server openid openid-server pkce redis spring-method-security spring-security spring-security-jwt spring-security-oauth2
Last synced: 23 Apr 2025
https://github.com/rtewari056/bitchat
BitChat is a real-time chat application made using MERN stack with user authentication. It allows multiple users to have a private and group chat.
chakra-ui chat-application css express-js html javascript jwt mern-project mongodb-atlas node-js react react-chat-app react-router socketio
Last synced: 03 Sep 2025
https://github.com/andreacomo/tomcat-jwt-security
Implements a security valve based on JWT token: generic HMAC, RSA and OpenID Connect
jwt jwt-authentication jwt-token openidconnect-client tomcat
Last synced: 16 Jan 2026
https://github.com/bezkoder/angular-15-jwt-auth
Angular 15 JWT Authentication & Authorization with Web API and HttpOnly Cookie - Token Based Auth, Router, Forms, HttpClient, BootstrapBootstrap
angular angular-15 angular15 authentication authorization bootstrap bootstrap-4 bootstrap4 httponly-cookie json-web-token jwt jwt-auth jwt-authentication jwt-authorization jwt-token jwt-tokens login registration token-authorization token-based-authentication
Last synced: 26 Oct 2025
https://github.com/rbiedrawa/spring-webflux-keycloak-demo
This repository demonstrates how to use reactive Spring Security with OAuth2 and Keycloak. Keycloak server with all components can be started using docker-compose and utility script.
docker docker-compose jwt jwt-authentication keycloak oauth2 postman postman-collection reactor security spring-boot spring-security spring-security-5 spring-security-oauth2 spring-webflux testing webflux-security wiremock
Last synced: 19 Oct 2025
https://github.com/gauravprwl14/node-express-postgres-sequelize-es6-rest-api
A boilerplate application for building RESTful APIs Microservice in Node.js using Express, PostgeSQL and Sequelize in ES6 with code coverage and JsonWebToken Authentication
async-await babel bluebird boilerplate coverage coveralls dotenv es6 eslint express jsonwebtoken jwt mocha nodejs postgressql sequelize starter-kit yarn
Last synced: 18 Jun 2025
https://github.com/adelpro/mern-auth-roles-boilerplate
MERN-auth-roles a web application that allows you to manage the authentication and roles of users using MERN (MongoDB Express React Node)
authentication cookie hookform jwt mern nodejs react reactjs recoil roles token yup
Last synced: 12 Aug 2025
https://github.com/wpcodevo/google-github-oath2-reactjs
In this article, you'll learn how to implement Google OAuth2 in a React.js application, including creating a project in the Google API Console, configuring the application's client ID and redirect URI, and implementing the necessary code in the React application.
google-oauth-login google-oauth2 jwt oauth oauth2 react reactjs token vite
Last synced: 13 Apr 2025
https://github.com/osamhack2020/web_kookbangfriends_woowahan
'국방프렌즈'는 군 생활을 하는 용사 및 군무원분들을 대상으로 온라인 비대면 상담 서비스를 제공하고 자유롭게 소통을 할 수 있는 커뮤니티 웹/앱 플랫폼입니다. 또한 병영생활에 도움이 되는 정보를 다양한 방법으로 제공하여 하나의 커뮤니티 체계를 이루는 것을 목표로 한 프로젝트입니다. 🇰🇷
cors csr docker exressjs git graphql html5 jwt mongodb nextjs nodejs pwa reactjs responsive-web-design scss ssl ssr strapi typescript
Last synced: 06 Mar 2026
https://github.com/petehouston/auth-laravel-angular-jwt-satellizer
This is the demo source code that demonstrate a complete API service for authentication that uses Laravel, AngularJS, JWT and Satellizer.
angularjs jwt laravel satellizer
Last synced: 30 Apr 2025
https://github.com/connor11528/december-2018-meetup
🤖 Build an API with Laravel 5.7
jwt jwt-authentication laravel laravel-api laravel-api-auth laravel-api-boilerplate laravel-application laravel5
Last synced: 27 Oct 2025
https://github.com/andrewrosss/flask-firebase-admin
Add Firebase (a Firebase Admin app) to a Flask application
authentication firebase firebase-admin firebase-authentication flask flask-application jwt protected-routes
Last synced: 23 Apr 2025
https://github.com/tptpp/sign-in-with-apple
An example for sign-in-with-apple, golang-version.
apple go golang jwt sign sign-in-with-apple
Last synced: 14 Jan 2026
https://github.com/wpcodevo/rust-jwt-hs256
In this article, we will delve into the implementation of JWT authentication in Rust, covering all crucial steps from generating and verifying JWT tokens with the HS256 algorithm, to registering users, signing them in, logging them out, and safeguarding private routes.
actix-web actix-web-jwt actix-web-middleware api docker jsonwebtoken jwt jwt-auth jwt-authentication postgres restapi rust rust-api rust-lang sqlx
Last synced: 10 Jun 2025
https://github.com/ims94/spring-boot-jwt-authorization
Example project to do role based access control (RBAC) using Spring Boot and JWT
authorization jwt jwt-authentication rbac rest-api role-based-access-control roles security single-page-app spring-boot spring-security
Last synced: 16 Jun 2025
https://github.com/dtinth/personal-puppeteer
A personal web page screenshotting service. Basically, it exposes an API that I can use to generate screenshot of any URL.
jwt puppeteer typescript vercel
Last synced: 24 Oct 2025
https://github.com/catcherwong/nancy.authentication.jwtbearer
:fireworks:A JwtBearer authentication provider for Nancy.
authentication json-web-token jwt nancy nancyfx
Last synced: 08 Oct 2025
https://github.com/ngnhatthanh/sheepop
A C2C E-Commerce website made with Spring boot and ReactJS
cloudinary e-commerce elasticsearch jwt mongodb oauth2 reactjs redis springboot vnpay
Last synced: 10 Jun 2025
https://github.com/descope/angular-sdk
Angular library used to integrate with Descope (Deprecated)
angular angular-sdk angularjs authentication deprecated-repo descope jwt sdk
Last synced: 15 Apr 2025
https://github.com/catcherwong/Nancy.Authentication.JwtBearer
:fireworks:A JwtBearer authentication provider for Nancy.
authentication json-web-token jwt nancy nancyfx
Last synced: 04 May 2025
https://github.com/arielmejiadev/json-api-auth
Laravel package to add authentication scaffold for Json APIs.
authentication jwt laravel passport php restful-api sanctum
Last synced: 02 Jul 2025
https://github.com/anthonyg-1/psjsonwebtoken
A PowerShell module that contains functions to create, validate, and test JSON Web Tokens (JWT) as well as the creation of JSON Web Keys (JWK).
jwk jwks jwt jwt-authentication jwt-token openid-connect powershell
Last synced: 12 Jun 2025
https://github.com/piomin/sample-micronaut-applications
sample application illustarting usage of micronaut framework
jwt jwt-authentication micronaut micronaut-http-client micronautfw netty reactive rxjava2 security swagger
Last synced: 16 Mar 2025
https://github.com/oguzhantasimaz/go-clean-architecture-template
Golang Clean Architecture Template with JWT Auth, Google OAuth2 Authentication, MySQL Connection and User CRUD operations
backend backend-template clean-architecture go go-clean-architecture go-template golang golang-template google-oauth2 jwt jwt-authentication mysql mysql-database oauth2 template template-project
Last synced: 17 Jul 2025
https://github.com/notorious-cyborg/jerseyhub_e-commerce_go-gin-framework_clean_arch_rest-api
This is an e-commerce REST API written in Go using Gin framework by following Clean Architecture
aws-s3 clean-architecture dependency-injection docker docker-compose ecommerce-application gin gin-gonic go golang gorm jwt postgresql razorpay-api refresh-token swagger-ui twilio unit-testing viper wire
Last synced: 12 Apr 2025
https://github.com/logto-io/go
☁️ Logto Golang SDKs.
authentication authorization go golang jwt logto mfa multi-tenant oauth2 oidc saml sso
Last synced: 06 Mar 2026
https://github.com/caido-community/jwt-analyzer
Detect, analyze, test and Attack JSON Web Tokens in web traffic
Last synced: 13 Mar 2026
https://github.com/cornflourblue/vue-3-pinia-jwt-refresh-tokens
Vue 3 + Pinia - JWT Authentication with Refresh Tokens Example & Tutorial
authentication jwt pinia refresh-token vue3
Last synced: 23 Mar 2025
https://github.com/mcnamee/serverless-jwt-auth
Serverless JWT Auth Boilerplate
jwt jwt-authentication lambda serverless serverless-framework
Last synced: 22 Aug 2025
https://github.com/wasifbaliyan/probook-server
Backend for probook social media app using Nodejs, mongodb, express, jwt etc. Frontend is React, redux, material ui.
expressjs jwt materailui mongodb mongoosejs nodejs react redux
Last synced: 27 Oct 2025
https://github.com/ankitsharma-007/movieapp
A full-stack web application for managing movie data, created with ASP.NET Core and Angular, using SQL Server as a database.
angular angular-material ankit-sharma asp-net-core authentication authorization bootstrap csharp entity-framework-core form-validation jwt repository-pattern sql-server typescript web-api
Last synced: 16 Apr 2025
https://github.com/pyhipster/generator-pyhipster
PyHipster aims to help developers generate, develop, & deploy modern web applications using Python 3 and Flask quickly and efficiently. Inspired by JHipster.
angular flask generator jwt python3 react sqlalchemy vue webapp
Last synced: 19 Jan 2026
https://github.com/adrien2p/nestjs-api-ai
Nest + Api.ai
actionsongoogle ai api-ai assistant dotenv jsonwebtoken jwt nest nest-js node nodejs orm sequelize typescript
Last synced: 02 Oct 2025
https://github.com/guizmaii-opensource/scala-nimbus-jose-jwt
JWT validation for Scala
Last synced: 02 Apr 2026
https://github.com/vimal1464/spring-boot-spring-security-jwt-authentication
About Spring Boot + Security: Token Based Authentication example with JWT, Authorization, Spring Data & MySQL.
jwt jwt-authentication maven mysql spring-authentication spring-boot spring-boot-jwt spring-boot-server spring-data-jpa spring-security spring-security-jwt springboot3
Last synced: 05 May 2025
https://github.com/envato/jwt_signed_request
Request signing and verification made easy
jwt jwt-authentication jwt-middleware
Last synced: 11 Sep 2025
https://github.com/auth0-blog/jwts-in-python
Check out how to create and validate JWTs in Python
Last synced: 11 Apr 2025
https://github.com/zntrio/solid
An OIDC authorization server building blocks with security and privacy by design philosophy.
attestation cwt framework golang jwt oauth oidc oidc-client oidc-server paseto pkce privacy
Last synced: 12 Jan 2026
https://github.com/dbartholomae/middy-middleware-jwt-auth
A Middy middleware for authentication via JSON web tokens
jwt lambda microservice middleware middy
Last synced: 10 Apr 2025
https://github.com/mohdjishin/goocart
This repository contains the source code for an eCommerce API . API designed for is using in a modern, scalable eCommerce application .This API is built using GoLang and the Fiber web framework, which makes it lightweight, fast, and easy to scale
aws docker docker-compose git-actions-cicd go gorm gosec jwt postgresql rest-api s3 s3-bucket
Last synced: 14 Aug 2025
https://github.com/flowinquiry/flowinquiry
FlowInquiry helps teams manage projects, tickets, workflows, and SLAs—an open-source alternative to tools like Jira or Zendesk.
agile artificial-intelligence bug-tracker helpdesk hibernate-jpa issue-tracker java jwt kanban nextjs open-source openai project-management reactjs scrum self-hosted spring-boot team-collaboration ticket-management websocket
Last synced: 14 Mar 2026
https://github.com/ikuzweelisa/express-auth-example
🔐Example of two factor authentication in Express Js And React
axios express express-api express-authentication jwt jwt-token react react-router reactjs restful-api
Last synced: 26 Oct 2025
https://github.com/lit-protocol/lit-locked-react-app-minimal-example
Example code shows how to lock an entire react app behind a Lit JWT.
Last synced: 12 Apr 2025
https://github.com/emtiazzahid/laravel-quiz-system
Laravel API for QuizAPP
jwt laravel laravel-quiz-app laravel-quiz-system laravel8 php quiz quiz-app
Last synced: 27 Oct 2025
https://github.com/codeuino/social-platform-donut-backend
Donut API:
expressjs hacktoberfest jest jwt mongodb morgan nodejs
Last synced: 05 Apr 2025
https://github.com/sinanptm/hospital-management-system
A secure, real-time platform for video consultations, AI insights, chat, notifications, appointment bookings, and file uploads with seamless payment integration and build using clean architecture and solid princliples
ai appointment-booking aws-s3 clean-architecture expressjs gemini-api hospital-management-system jwt mongodb nextjs nodejs nodemailer oath2 solid-principles stripe tailwindcss typescript webhook winston
Last synced: 15 Apr 2025
https://github.com/flyhero/spring-cloud-microservice
基于Spring Boot使用Spring Cloud 搭建的当前微服务最佳组合
gateway jwt microservice ratelimit spring-boot spring-cloud spring-cloud-microservice zuul
Last synced: 04 Mar 2026
https://github.com/fajar-dev/laravel-backend-starter
Backend Laravel Starter with Json web Token and cloudinary
api backend cloudinary json-web-token jwt laravel laravel-backend laravel-starter laravel8 php restful-api
Last synced: 27 Oct 2025
https://github.com/fadeddexofan/koa-typeorm-starter
Starter project for using koa with TS and TypeORM
dependency-injection help-wanted javascript jwt koa koajs nodejs rest-api routing-controllers starter-project typedi typeorm typescript
Last synced: 08 Oct 2025
https://github.com/wilsonwu/netcoreauth
ASP.NET Core with JWT Authentication Demo
api asp-net-core azure-sql-database demo dotnet-core jwt oauth2 rest-api swagger
Last synced: 23 Oct 2025
https://github.com/ghurtchu/diary
:pencil2::clipboard: JWT auth based persistent (MongoDB) RESTful API for managing notes along with searching and sorting capabilities.
backend crud functional-programming jwt mongodb onion-architecture password-hashing reactive-mongo restful-api scala scala3 zio zio-http zlayer
Last synced: 28 Apr 2025
https://github.com/deliaz/sails-api-jwt
JWT-based API for user registration and authorization
api backend jwt jwt-api jwt-authentication sails sailsjs
Last synced: 07 May 2025
https://github.com/egocentryk/planwear-backend
Manage appointments & organize schedules application. Rest API: NestJS / PostgreSQL / TypeORM
api jwt nestjs nestjs-backend nestjs-best-practices passport postgres postgresql rest-api typeorm
Last synced: 31 Oct 2025
https://github.com/felipenoris/jsonwebtokens.jl
Secure your Julia APIs with JWT.
Last synced: 10 Apr 2025
https://github.com/stcarrez/ada-security
Ada Security - OAuth 2.0 client and server framework to secure web applications
ada authentication jwt oauth oauth2 openid permissions
Last synced: 04 Mar 2025
https://github.com/ericchiang/go-past
Go implementation of Platform-Agnostic Security Tokens
Last synced: 14 Jan 2026
https://github.com/pietrzakadrian/nestjs-mailer-microservice
microservice that handles queue 🎢 of sending emails to confirm create account | Nest.js and Redis
bull confirm-email jwt jwt-authentication microservice nestjs queue redis tcp tests typescript
Last synced: 01 Aug 2025
https://github.com/javaee-samples/microprofile1.2-samples
Eclipse MicroProfile 1.2 Samples
java javaee jwt jwt-authentication liberty-server microprofile microservices payara payara-micro wildfly wildfly-swarm
Last synced: 10 Apr 2025
https://github.com/les-enovateurs/phalcon-nova-mooc
Phalcon Mooc an example API + Front End with automated tests
framework jwt mooc phalcon phalcon-api php
Last synced: 10 Aug 2025
https://github.com/tortuc/react-express-jwt-userportal
React.js & Express.js User portal Using Core UI, JWT, JWT Token, Refresh Token, Role & Permission management, User manamgenet, Event Log.
axios-react expressjs jwt jwt-authentication jwt-middleware jwt-token localstorage-events permissions react react-component rest-api roles user-interface yarn
Last synced: 11 Jul 2025
https://github.com/yogyogi/identityserver-with-asp.net-core-identity-and-mongodb-as-database
IdentityServer with ASP.NET Core Identity and MongoDB as Database
asp-net-core asp-net-core-identity identityserver4 jwt mongodb
Last synced: 11 Apr 2025
https://github.com/zeusdeux/jwt-example
Playing with user registration, login/logout, auth, etc using JWTs, serverless functions & faunadb as the data store.
faunadb jwt jwt-bearer-tokens lambda now serverless zeit
Last synced: 17 Mar 2025
https://github.com/ososuna/spring-security-6
🔑 Spring Boot 3 + Spring Security 6 - JWT Authentication and Authorization
authentication authorization jwt postgresql spring-boot-3 spring-security-6
Last synced: 11 Oct 2025
https://github.com/logto-io/dart
Logto Flutter SDKs.
android authentication authorization dart flutter ios jwt logto mfa multi-tenant oauth2 oidc saml sso
Last synced: 16 Aug 2025
https://github.com/unusualcodeorg/gomicro
gomicro is a Go microservices architecture using goserve micro framework. The blogging platform example is built using Kong API gateway, NATS, Mongo, Redis, and Docker. It implements authentication, authorization, and apikey protection.
backend blogging devops docker docker-compose gin gin-gonic go golang goserve jwt kong load-balancer microservices mongo nats redis rest-api server
Last synced: 17 Sep 2025