An open API service indexing awesome lists of open source software.

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.

https://github.com/sinanptm/clean-auth-template

Full-stack clean architecture, authentication template with Next.js, NodeJs, TypeScript. Features email/OTP, OAuth, RBAC, JWT security, and clean architecture for easy customization and scaling.

auth-template clean-architecture clean-code expressjs jwt mongodb nextjs15 nodejs open-source shadcn tyepscript

Last synced: 04 Apr 2026

https://github.com/metabase/sso-examples

Single Sign-On (SSO) examples for Metabase integration

jwt metabase saml sso

Last synced: 06 Apr 2025

https://github.com/patrickpissurno/fastify-esso

The easiest authentication plugin for Fastify, with built-in support for single sign-on (SSO)

auth authentication easy fast fastify jwe jwt login sign-on single

Last synced: 24 Oct 2025

https://github.com/zce/dashboard-server

A JSON file RESTful API with authorization based on json-server

fake json-api json-server jsonwebtoken jwt now rest-api restful

Last synced: 21 Mar 2025

https://github.com/kennethtomagan/laravel-6-api-boilerplate

A Laravel 6 API Boilerplate to create a ready-to-use REST API. User Authentication using JWT

api boilerplate jwt laravel laravel-api-boilerplate laravel6

Last synced: 27 Oct 2025

https://github.com/web-token/jwt-core

[READ-ONLY] Core component of the JWT Framework

encryption jose json jwe jwk jwkset jws jwt php signature

Last synced: 06 Apr 2025

https://github.com/hyperf-ext/jwt

The Hyperf JWT package.

auth hyperf jwt php

Last synced: 10 Apr 2025

https://github.com/lmammino/oidc-authorizer

A high-performance Lambda authorizer for API Gateway that can validate OIDC tokens

api api-gateway authorizer aws jwt lambda oidc openid openid-connect rest-api sar serverless-application-repository validation

Last synced: 23 Jun 2025

https://github.com/jsdecena/laravel-passport-mutiauth

Laravel Passport Multi-Authentication Middleware

authentication jwt laravel laravel-passport middleware multi-auth oauth2

Last synced: 14 May 2025

https://github.com/BrahimAbdelli/nestier

A NestJS Boilerplate to help you build your backend using Typescript Generics, MongoDB, TypeORM, Swagger, Compodoc, MailJet, Docker, Prometheus, Grafana.

clean-architecture ddd docker e2e generic hexagonal-architecture jwt mail mock mongodb nestjs nodejs prettier production-ready repository-pattern swagger typeorm typescript

Last synced: 14 Feb 2026

https://github.com/equimper/youtube-makeanodejsapi

Youtube tutorial for making a NodeJS REST API with MongoDB

api joy jwt mongodb nodejs passport rest-api tutorial webpack youtube

Last synced: 11 Jul 2025

https://github.com/damienbod/apijwtwithtwosts

Web API authorization, multi-IDP solutions in ASP.NET Core

aspnet-core authorization dotnet dotnetcore jwt net6 oauth oauth2 security

Last synced: 12 Sep 2025

https://github.com/elcobvg/lumen-realworld-example-app

Exemplary real world backend API built with Lumen + MongoDB

crud demo-app jwt lumen lumen-framework mongodb realworld rest-api

Last synced: 15 Apr 2025

https://github.com/weihanli/sparktodo

TodoList WebApi Powered by ASP.NET Core and JWT token auth

aspnetcore jwt swagger todolist webapi

Last synced: 24 Oct 2025

https://github.com/noderaider/jwt-autorefresh

Extremely lightweight and tested universal refresh token scheduler.

jwt jwt-authentication jwt-autorefresh oauth2 openid refresh-tokens scheduler synchronization

Last synced: 22 Aug 2025

https://github.com/byjg/php-jwt-session

JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation follow the SessionHandlerInterface.

handler jwt jwt-token jwtsession php php-sessions php7 stateless stateless-components

Last synced: 03 Apr 2025

https://github.com/wpcodevo/rust-axum-jwt-rs256

In this article, you'll learn how to build a secure and efficient backend API in Rust with JWT access and refresh tokens functionality. We'll leverage the high-performance Axum framework and SQLX to store data in a PostgreSQL database.

assymetric-encryption authentication axum axum-framework docker jsonwebtoken jwt jwt-authentication postgresql private-keys public-keys rs256 rust

Last synced: 13 Apr 2025

https://github.com/52admln/jwt-codeigniter

JSON Web Token native library for PHP

codeigniter jsonwebtoken jwt php

Last synced: 11 Apr 2025

https://github.com/piomin/sample-vertx-microservices

Two applications in different branches illustrates how to create asynchronous microservices with Vert.x, Consul and MongoDB, and how to secure them with Vert.x OAuth2 module and Keycloak

asynchronous-microservices consul jwt keycloak microservices oauth2 service-discovery vertx vertx-microservice-application vertx-web

Last synced: 13 Apr 2025

https://github.com/descope/react-sdk

React library used to integrate with Descope (Deprecated)

authentication deprecated-repo descope jwt react react-sdk reactjs sdk

Last synced: 08 May 2025

https://github.com/Tenacity-Dev/Next.js-jwt-http-cookie-only

You'll learn how to implement your own authentication in Next.js using JWT and storing that JWT inside an httpOnly cookie.

authentication httpcookiestorage jwt nextjs react

Last synced: 17 Mar 2025

https://github.com/walkable-server/realworld

An implementation of RealWorld API Spec https://github.com/gothinkster/realworld/tree/master/api

api clojure conduit duct jdbc jwt orm postgresql realworld rest-api server sql walkable

Last synced: 16 May 2025

https://github.com/linux08/auth

Getting through the basics of setting up an authentication in Golang.

authentication golang gorilla-mux jwt jwt-authentication rest-api

Last synced: 04 Mar 2026

https://github.com/reactql/example-auth

User auth, session & JWT example for ReactQL

graphql graphql-server jwt react reactjs sequelize session sql

Last synced: 04 Oct 2025

https://github.com/thnkrn/go-gin-clean-arch

Golang REST API service with Gin framework, Wire for dependency injection, integrating with GORM for ORM libray, Viper for configuration and Swag for creating Swagger documentation by applying clean architecture

clean-architecture gin go golang gorm jwt swagger viper wire

Last synced: 12 Oct 2025

https://github.com/dotnet-labs/apiauthdemo

A simple demo with JWT Auth APIs and Basic Auth APIs, with Swagger support. Swagger Security; Swagger Auth

basic-authentication dotnet dotnet-core dotnetcore http http-client jwt jwt-auth jwt-authentication jwt-token swagger swagger-ui

Last synced: 15 Jun 2025

https://github.com/edmundpf/nuxt_express_jwt_crud

Admin CRUD boilerplate made with Express backend, Vue/Nuxt frontend, MongoDB, and JWT authentification 🦆

express express-js jsonwebtoken jwt jwt-authentication mongodb mongoose nuxt nuxtjs vuex vuex-persistedstate

Last synced: 04 Mar 2026

https://github.com/iammukeshm/jwt-authentication-golang

Implementing JWT Authentication in Golang REST APIs and securing it with Authentication Middleware.

go golang golang-jwt jwt jwt-authentication security

Last synced: 01 May 2025

https://github.com/wiomoc/mosquitto-jwt-auth

Mosquitto Auth Plugin which enables authentication via JWTs and authorisation via ACLs stored in JWT claims

jwt mosquitto mqtt security

Last synced: 27 Jul 2025

https://github.com/hisenyuan/ideapractice

Java练习 - Java基础知识,面试题,小demo,长期积累 | intellij idea + maven + tomcat

algorithm idea intellij-idea interview jwt maven mybatis mybatis-generator practices spring spring-mvc springboot ssm

Last synced: 04 Jul 2025

https://github.com/hellojebus/go-mux-jwt-boilerplate

Golang REST API using MUX, GORM, and JWT for authentication

boilerplate crud go-jwt golang golang-application gorilla-mux gorm-orm jwt mux mysql rest-api

Last synced: 11 Feb 2026

https://github.com/thomasgazzoni/graphql-server-typescript

GraphQL + MongoDB express server with JWT authorization (in Typescript!)

bcrypt graphql graphql-server jwt mongodb mongoose passport typescript

Last synced: 09 Nov 2025

https://github.com/lz1998/axum-book-management

CRUD system of book-management with ORM and JWT for educational purposes.

axum crud demo example http http-server jwt mysql orm rust sea-orm tutorial

Last synced: 15 Jul 2025

https://github.com/TannerGabriel/Nestjs-Typeorm-Auth

NestJS + Typeorm codebase containing a full authentification system with roles, sessions and email verification.

authentification backend email-verification jwt nestjs nestjs-typeorm passportjs typeorm

Last synced: 06 Apr 2025

https://github.com/g0ld3lux/laravel-starter

laravel 5.4 , vue 2 , SPA and API ready

dingo element-ui jwt laravel laravel54 vue vue2 vuejs2

Last synced: 27 Oct 2025

https://github.com/gasparrobi/node-google-oauth2-jwt

sample nodejs api with mongodb and passportjs authentication, (google-oauth2, jwt)

es6 express-js expressjs jwt mongodb mongoose nodejs passport-google passportjs

Last synced: 12 Jul 2025

https://github.com/arafkarsh/ms-springboot-vanilla

Microservice: Java 17, 23, SpringBoot 3.4.1, & Jakarta EE 10. NFRs - Spring AOP, Exception, Logging, Micrometer, Open Telemetry, Crypto, AES Encryption for DB Passwords, and Spring Security, JWT, KeyCloak, Alpine/Alpaquita Multi-Architecture Containers, Kubernetes, Swagger API Docs.

alpine container docker jakarta-ee jakartaee10 java23 jwt keycloak kubernetes micrometer opentelemetry otel-agent otel-collector prometheus spring-aop spring-boot spring-security springboot334 springboot341 ubuntu

Last synced: 30 Jul 2025

https://github.com/entur/jwt-resource-server

OpenID: Client, server and unit-testing support for machine-to-machine calls using access-tokens.

auth0 caching java json-web-token junit5 jwt openid openid-connect spring-boot

Last synced: 20 Oct 2025

https://github.com/cassiomolin/jersey-jwt-springsecurity

Example of REST API with JWT authentication using Spring Boot, Spring Security, Jersey and Jackson.

jackson java jersey jwt jwt-authentication jwt-tokens postman rest rest-api spring spring-boot spring-security

Last synced: 18 Jul 2025

https://github.com/babelouest/rhonabwy

[PROJECT CLOSED] - Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE and JWT

c jwe jwk jwks jws jwt

Last synced: 08 May 2025

https://github.com/cdiaz/nest-passport

Nest authentication example using passport strategies

jwt nest nestjs passport

Last synced: 05 Jul 2025

https://github.com/ivanjosipovic/ingress-nginx-validate-jwt

Enables Kubernetes ingress-nginx to validate JWT tokens

ingress ingress-nginx jwt jwt-authentication kubernetes nginx traefik validate

Last synced: 16 Mar 2025

https://github.com/jod35/building-apis-with-drf

This is source code for a series of videos in which I cover the Django REST Framework.

apidev django djangorestframework jwt

Last synced: 22 Apr 2025

https://github.com/mujahidfa/django_nextjs_auth

Full TypeScript Next.js authentication using NextAuth.js in the frontend and Django Rest API as backend using JWT via username and password as credentials.

django django-rest-framework jwt next next-auth next-js nextauth nextauthjs nextjs

Last synced: 28 Jun 2025

https://github.com/alexferl/echo-boilerplate

Boilerplate for the Echo framework with authentication, authorization and request/response validation.

12-factor boilerplate boilerplate-application casbin echo echo-boilerplate echo-casbin echo-framework echo-golang echo-jwt go golang jwt labstack-echo openapi openapi3

Last synced: 12 Jan 2026

https://github.com/lazyskills/paa-thinkphp6

🐘 ThinkPHP 6.0实现的一种简单实用的注释路由RESTful API架构

annotation composer jwt php71 thinkphp6

Last synced: 09 Apr 2025

https://github.com/arslanameer/angular-boilerplate

A Fully-Configured Angular 19 Boilerplate for Enterprise-Grade Applications

angular angular-boilerplate angular18 angular2 boilerplate front-end husky jwt prettier pretty-quick typescript

Last synced: 16 Mar 2025

https://github.com/galvez/quickjam

Starter template for Nuxt apps bundled with an API

boilerplate jwt node nodejs nuxt nuxtjs vue vuejs

Last synced: 15 Jun 2025

https://github.com/descope/python-sdk

Python library used to integrate with Descope

authentication descope jwt python python-sdk sdk

Last synced: 04 Apr 2025

https://github.com/carlpett/nginx-subrequest-auth-jwt

Auth requests through NGINX with JWT tokens

jwt nginx nginx-ingress-controller

Last synced: 22 Mar 2025

https://github.com/letsila/slim3-jwt-auth-example

Server side implementation example of JWT (JSON Web Token) authentication using Slim3

api auth jwt slim-framework slim3

Last synced: 11 Apr 2025

https://github.com/marmelab/ra-in-memory-jwt

Manage React-admin authentication with jwt in memory, not in local storage

jwt react-admin security

Last synced: 24 Oct 2025

https://github.com/bezkoder/redux-toolkit-authentication

React Redux Toolkit Authentication & Authorization example with React Router, Axios, Bootstrap, Hooks and JWT in HttpOnly Cookie

authentication authorization bootstrap4 form-validation jwt jwt-auth jwt-authentication jwt-token login-page react react-hooks react-redux react-router react-router-dom reactjs redux redux-toolkit

Last synced: 14 Apr 2025

https://github.com/andifalk/oidc-workshop-spring-io-2019

Workshop at Spring I/O 2019 on "Securing Microservices with OpenID Connect and Spring Security 5.1"

jwt oauth2 oidc openid-connect security spring-boot spring-security

Last synced: 12 Apr 2025

https://github.com/alan2207/express-server-jwt

A simple express server that handles JWT authentication

authentication express jwt jwt-authentication node prisma rest-api server

Last synced: 12 Apr 2025

https://github.com/kjdev/nginx-auth-jwt

Nginx module for the authenticate using JWT

authentication jwt nginx

Last synced: 07 May 2025

https://github.com/michaelvanstraten/actix-jwt-auth-middleware

JSON Webtoken (JWT) middleware for the actix-web framework

actix-web-middleware jwt rust

Last synced: 08 Oct 2025

https://github.com/emcrisostomo/jwt-cli

A shell library to decode JWT tokens

json-web-token jwt jwt-token shell zsh

Last synced: 07 May 2025

https://github.com/web-token/jwt-signature

[READ ONLY] Signature component of the JWT Framework

encryption jose json jwe jwk jwkset jws jwt php signature

Last synced: 06 Apr 2025

https://github.com/k8scat/lua-resty-feishu-auth

适用于 OpenResty / ngx_lua 的基于飞书组织架构的登录认证

auth feishu jwt login lua lua-resty-http lua-resty-jwt nginx openresty

Last synced: 28 Feb 2026

https://github.com/bezkoder/angular-8-jwt-authentication

Demo project for Angular 8 JWT Authentication with HttpInterceptor and Router

angular angular8 authentication httpinterceptor jwt jwt-authentication

Last synced: 19 Aug 2025

https://github.com/akash-goyal-github/inventory-management-system

⭐Inventory Management System⭐demonstrates the CRUD (Create, Read, Update and Delete) operations which is done using Tech Stack ⭐Angular, Spring Boot and Mysql. 💯 💥. On the landing page of the application displaying all the records where user can insert/create the Product, update the Product, delete the Product. 💯 💥

angular angular-springboot capstone-project crud delete exception framework get inventory-management-system jwt jwt-authentication login-page mvc-architecture mysql post restapi small-project spring-boot test-case update

Last synced: 15 Apr 2025

https://github.com/ramesaliyev/mom

Proof of concept for Message-Oriented-Middleware based architecture.

amqp docker experimental jwt message-oriented-middleware mom nest nestjs node nodejs postgresql rabbitmq react redis redux socket-io typeorm typescript

Last synced: 29 Jan 2026

https://github.com/s12v/go-jwks

A Go library to retrieve RSA public keys from a JWKS (JSON Web Key Set) endpoint

jwk jwks jwt rsa

Last synced: 19 Jul 2025

https://github.com/hellokoding/hello-sso-jwt-auth

Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot

authentication java jwt security spring-boot sso

Last synced: 15 Jun 2025

https://github.com/hyperjiang/gin-skeleton

Gin Skeleton is a simple boilerplate to kickstart a web server project based on Gin Framework

gin jwt skeleton

Last synced: 09 May 2025

https://github.com/yesfordev/homedong

🏆HOMEDONG : 모두가 건강하게 집에서 즐길 수 있는 운동 게임 - SSAFY 5기 공통 프로젝트 우수상(2021.08.20)

aws-ec2 docker java javascript jenkins-pipeline jwt mysql nginx openvidu reactjs redis redux-toolkit spring-boot spring-security ssl-certificates teachable-machine webrtc

Last synced: 12 Aug 2025

https://github.com/kun1007/kun-galgame-koa

The CUTEST Visual Novel / Galgame Forum! KUN Visual Novel Forum back-end project

backend galgame jwt koa mongodb redis sharp visualnovel

Last synced: 12 Apr 2025

https://github.com/okta/okta-mobile-kotlin

Okta's Android Authentication SDK

android authentication jwt kotlin oauth oidc okta openid-connect

Last synced: 09 Sep 2025

https://github.com/wpcodevo/golang-fiber-jwt

In this comprehensive guide, you'll learn how to implement JWT (JSON Web Token) authentication in a Golang application using GORM and the Fiber web framework.

api fiber fiber-framework golang gorm gorm-orm http-server jwt jwt-authentication postgresql rest-api

Last synced: 13 Apr 2025

https://github.com/asadsahi/vuenode-fullstack

Vue.Js & Node fullstack Single Page Application with Relational databases as backend using Sequelize. Live Demo:

animations express fullstack jwt nodejs pwa sequelize ssr vuejs

Last synced: 22 Mar 2025

https://github.com/rucken/todo-nestjs

A simple todo application with NestJS (Projects, Tasks, Statuses)

facebook jwt nestjs passport todo-nestjs typescript

Last synced: 13 Apr 2025

https://github.com/leonardobazico/angular2-jwt-refresh

Refresh token support for angular2-jwt

angular angular2 jwt refresh-tokens

Last synced: 19 Oct 2025

https://github.com/mskcc-clinbx/python-jwt-react-login-flow

Example of a token-based authentication with a Flask backend and a React frontend

flask jwt jwt-authentication python react

Last synced: 15 Mar 2025

https://github.com/clarketm/jwt-cli

Command line tool for working with JSON Web Tokens (JWT)

cli command-line jsonwebtoken jwt node

Last synced: 14 Apr 2025

https://github.com/audiolion/apistar-jwt

A JSON Web Token Component for API Star

apistar apistar-jwt jwt jwt-authentication jwt-component

Last synced: 04 May 2025

https://github.com/vk-rv/pvx

PASETO implementation for Go programming language

authentication jwt paseto paseto-tokens

Last synced: 16 Jan 2026

https://github.com/dontlaugh/auth0-rocket-rust-example

Rocket app that authenticates users with Auth0

auth0 jwt maud rocket-rs sled

Last synced: 23 Apr 2025

https://github.com/cocainecong/bilibili

Gin框架实现B站,Gin+Gorm 实现一个视频弹幕网站

cron gin go golang gorm jwt mysql redis

Last synced: 15 Apr 2025

https://github.com/alekcz/charmander

A set of libraries to make working with firebase easier in clojure

authentication clojure firebase firebase-auth jwt

Last synced: 09 Apr 2025

https://github.com/atholbro/paseto

Java Implementation of Platform-Agnostic Security Tokens - https://paseto.io

authentication java jwt paseto paseto-tokens security token token-authetication token-based-authentication

Last synced: 14 Jan 2026

https://github.com/wpcodevo/golang-postgresql-api

This article will teach you how to set up a SQLC API project with Golang, standard Database/SQL package, Gin Gonic, PostgreSQL, Golang-migrate, and Docker-compose. You will also learn how to generate Golang database CRUD functions and Structs with the SQLC compiler. The SQLC Golang API will use a PostgreSQL database and run on the Gin Gonic HTTP server. We will use the Golang-migrate package to push the SQL schema to the database.

gin go golang jwt postgresql

Last synced: 10 Sep 2025