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/bfwg/angular-spring-starter

Full stack starter kit featuring Angular 7, Spring boot and stateless JWT authentication.

angular jwt spring spring-boot spring-security starter-kit

Last synced: 06 Apr 2025

https://github.com/deatil/lakego-admin

lakego-admin 是使用 gin、JWT 和 RBAC 的前后端分离的 go 后台管理系统。An admin api system with gin, JWT and RBAC.

admin api casbin gin go go-admin golang gorm jwt lakego lakego-admin rbac

Last synced: 07 Apr 2025

https://github.com/mqenergy/gin-framework

:zap::rocket: Based on the gin framework, we have developed a user-friendly, simple, and fast development framework for API programming using go1.18+

amqp casbin gin gin-framework go go-bindata go-redis golang gorm grpc jwt logrus migration rabbitmq snowflake validator viper websocket

Last synced: 07 Apr 2025

https://github.com/alan2207/nextjs-jwt-authentication

A proof of concept app for demonstrating authentication of Next.js app with JWT.

authentication jwt next nextjs nodejs react server-side-rendering

Last synced: 19 Jan 2025

https://github.com/robdwaller/reallysimplejwt

A really simple library to generate JSON Web Tokens in PHP.

json-web-token json-web-token-php jwt jwt-auth jwt-token php

Last synced: 16 May 2025

https://github.com/RobDWaller/ReallySimpleJWT

A really simple library to generate JSON Web Tokens in PHP.

json-web-token json-web-token-php jwt jwt-auth jwt-token php

Last synced: 14 Mar 2025

https://github.com/techiediaries/fake-api-jwt-json-server

A Fake API with JWT Authentication using json-server and jsonwebtoken

faker json-server jsonwebtoken jwt jwt-authentication

Last synced: 06 Apr 2025

https://github.com/snok/django-auth-adfs

A Django authentication backend for Microsoft ADFS and AzureAD

adfs authentication azure-active-directory django drf jwt oauth2 openid-connect restframework

Last synced: 14 May 2025

https://github.com/navikt/mock-oauth2-server

A scriptable/customizable web server for testing HTTP clients using OAuth2/OpenID Connect or applications with a dependency to a running OAuth2 server (i.e. APIs requiring signed JWTs from a known issuer)

authorization-server docker java junit5 jwt kotlin mock mock-oauth2-server nav-authnz oauth2 oidc openid-connect security token tokens

Last synced: 15 May 2025

https://github.com/gnimli/go-web-mini

Go + Vue开发的管理系统脚手架, 前后端分离, 仅包含项目开发的必需部分, 基于角色的访问控制(RBAC), 分包合理, 精简易于扩展。 后端Go包含了gin、 gorm、 jwt和casbin等的使用, 前端Vue基于vue-element-admin开发

casbin gin go jwt rbac vue

Last synced: 09 Apr 2025

https://github.com/NetDevPack/Security.Jwt

Jwt Manager. Set of components to deal with Jwt Stuff. Automate your key rotating, add support for jwks_uri. Store your cryptography keys in a secure place.

cryptography ecdsa jwe jwks jws jwt jwt-authentication jwt-token rsa

Last synced: 23 Apr 2025

https://github.com/catcherwong-archive/APIGatewayDemo

:seedling: Simple samples that use Ocelot to build API Gateway.

apigateway authentication jwt loadbalancing logging ocelot qos ratelimit

Last synced: 01 Apr 2025

https://github.com/auth0/lock.swift

A Swift & iOS framework to authenticate using Auth0 and with a Native Look & Feel

auth0 authentication dx-sdk ios jwt lock oauth2 social-authentication swift

Last synced: 04 Apr 2025

https://github.com/louislivi/fastdep

Fast integration dependencies in spring boot.是一个快速集成依赖的框架,集成了一些常用公共的依赖。例:多数据源,Redis,JWT...

dependencies druid java jwt multiple-datasource pool redis spring-boot-2

Last synced: 06 Apr 2025

https://github.com/phyuany/gin-demo

基于Gin+GORM框架的Restful API接口开发

api gin go golang gorm jwt restful vue

Last synced: 07 Apr 2025

https://github.com/wjkang/lazy-mock

一个快速生成后端模拟数据的懒人工具,支持代码生成器模板开发

json-server jwt koa2 lowdb mock-server mockjs nunjucks rbac

Last synced: 07 Apr 2025

https://github.com/rubiin/ultimate-nest

Starter template with blog clone as project

hacktoberfest jwt mikroorm nestjs nestjs-backend postgresql typescript vue

Last synced: 06 Apr 2025

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

Laravel starter project with JWT + Auth APIs + Registration, Email Verification and Forgot Password APIs + Response Management + Backup Management + API Logging + Laravel Telescope + TDD environment setup

apis authentication backup jwt laravel rest-api tdd

Last synced: 09 Apr 2025

https://github.com/GildedHonour/frank_jwt

JSON Web Token implementation in Rust.

auth0-jwt authentication cryptography jwt jwt-token rust

Last synced: 20 Mar 2025

https://github.com/gildedhonour/frank_jwt

JSON Web Token implementation in Rust.

auth0-jwt authentication cryptography jwt jwt-token rust

Last synced: 16 May 2025

https://github.com/bezkoder/vue-vuex-jwt-auth

Vue.js Demo for JWT Authentication with Vuex and Vue Router

authentication authorization jwt vue vue-auth vue-jwt-authentication vue-router vuejs vuex

Last synced: 07 Apr 2025

https://github.com/jedisct1/rust-jwt-simple

A secure, standard-conformant, easy to use JWT implementation for Rust.

api auth0 authentication crypto json jsonwebtokens jws jwt okta rust simple tokens web

Last synced: 14 May 2025

https://github.com/anuraj/minimalapi

ASP.NET Core 8.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.

asp-net-core aspnet-core aspnetcore dotnet-core entity-framework-core jwt jwt-authentication openapi sql-server swagger unit-testing webapi xunit

Last synced: 16 May 2025

https://github.com/aichbauer/express-graphql-boilerplate

Express GraphQL API with JWT Authentication and support for sqlite, mysql, and postgresql

authentication boilerplate express graphql jest jwt mysql nodejs postgresql sqlite

Last synced: 08 Apr 2025

https://github.com/gitcommitshow/auth-jwt

A demo to learn JWT by reverse engineering

authentication express jwt learning-by-doing rfc-7519 rsa signature

Last synced: 09 Apr 2025

https://github.com/ahopkins/sanic-jwt

Authentication, JWT, and permission scoping for Sanic

access-token authentication jwt permissions python refresh-token sanic scopes

Last synced: 11 Apr 2025

https://github.com/cornflourblue/react-role-based-authorization-example

React - Role Based Authorization Example with Webpack 4

jwt jwt-authentication react

Last synced: 07 Apr 2025

https://github.com/micahparks/keyfunc

Create a jwt.Keyfunc for JWT parsing with a JWK Set or given cryptographic keys (like HMAC) in Golang.

go golang jwk jwks jwkset jwt oidc

Last synced: 08 Apr 2025

https://github.com/sjord/jwtcrack

Crack the shared secret of a HS256-signed JWT

agpl-v3 jwt

Last synced: 07 Apr 2025

https://github.com/braineanear/ecommerceapi

An API for e-commerce works, built using NodeJS & MongoDB

api chai ecommerce eslint jwt mocha-chai mongodb nodejs passport redis unit-testing

Last synced: 12 Apr 2025

https://github.com/anuraj/MinimalApi

ASP.NET Core 8.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.

asp-net-core aspnet-core aspnetcore dotnet-core entity-framework-core jwt jwt-authentication openapi sql-server swagger unit-testing webapi xunit

Last synced: 20 Nov 2024

https://github.com/madsodgaard/vapor-auth-template

A Vapor 4 template with authentication, Fluent, JWT, Queues, repository pattern, testing and more.

authentication jwt server-side-swift swift vapor4

Last synced: 09 Apr 2025

https://github.com/zaubrik/djwt

Create and verify JSON Web Tokens (JWT) with Deno or the browser.

authentication browser deno jsonwebtoken jwt

Last synced: 05 Apr 2025

https://github.com/Zaubrik/djwt

Create and verify JSON Web Tokens (JWT) with Deno or the browser.

authentication browser deno jsonwebtoken jwt

Last synced: 28 Apr 2025

https://github.com/louis3797/express-ts-auth-service

A ready-to-use authentication service build with express.js, that provides secure and reliable authentication using JSON Web Tokens (JWT) and refresh token rotation

authentication boilerplate eslint express express-typescript express-typescript-boilerplate jest jwt jwt-authentication mysql node-boilerplate nodejs prisma refresh-token typescript

Last synced: 13 Apr 2025

https://github.com/hantsy/spring-reactive-jwt-sample

Secures REST APIs with Spring Security and JWT Token-based Authentication powered by Spring Reactive stack

jwt spring spring-boot spring-data-mongodb-reactive spring-security spring-webflux

Last synced: 03 Apr 2025

https://github.com/kreait/firebase-tokens-php

A PHP library to work with Firebase tokens

firebase firebase-tokens jwt php php-library php7

Last synced: 12 Apr 2025

https://github.com/cdoco/php-jwt

:cyclone: A PHP extension for JSON Web Token (JWT)

c jwt php php-jwt php7-extension

Last synced: 03 Apr 2025

https://github.com/tuupola/branca-spec

Authenticated and encrypted API tokens using modern crypto

api jwt token-authentication xchacha20-poly1305

Last synced: 17 Feb 2025

https://github.com/timonson/djwt

Create and verify JSON Web Tokens (JWT) with Deno or the browser.

authentication browser deno jsonwebtoken jwt

Last synced: 21 Nov 2024

https://github.com/wpcodevo/jwt_authentication_react

JWT Authentication and Authorization with React, RTK Query, Material UI, React Hook Form and Zod.

authentication authorization jwt jwt-authentication jwt-token jwt-tokens

Last synced: 09 Apr 2025

https://github.com/trulymittal/api-authentication-nodejs

API Authentication using JWT's (JSON Web Tokens). Plug n Play inside any app which requires authentication. NodeJs Express MongoDB & Redis.

api authentication expressjs jwt jwt-auth jwt-authentication jwt-token jwt-tokens mongodb nodejs redis

Last synced: 07 Apr 2025

https://github.com/davidguttman/authentic

Authentication for microservices.

authentication jwt microservice

Last synced: 09 May 2025

https://github.com/h3rald/litestore

A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store.

datastore fulltext-search jwt middleware nosql self-contained sqlite web-server

Last synced: 04 May 2025

https://github.com/jajaperson/nestjs-auth0

An example NestJS application that uses Auth0 via Passport for authentication.

auth0 jwt nestjs passport typescript

Last synced: 17 Jun 2025

https://github.com/denzelcode/nest-auth

NestJS authentication with MongoDB, WebSocket and JWT (Login, Register, Google Login, Facebook Login, Apple Login, Messages, Rooms, Private DMs)

apple-login facebook-login google-login jwt messages messages-api mongodb nest nestjs nestjs-authentication nestjs-backend nestjs-messages

Last synced: 13 Apr 2025

https://github.com/doorkeeper-gem/doorkeeper-jwt

JWT Token support for Doorkeeper

doorkeeper jwt jwt-auth jwt-token

Last synced: 09 Apr 2025

https://github.com/flyfox11/venture-management

一个包含vuejs和nodejs技术的全栈项目

axios bcrypt element-ui express4 jwt lodash node sequelize stylus vue vue-router vuex

Last synced: 19 Dec 2024

https://github.com/ghdna/cognito-express

Authenticates API requests on a Node application by verifying the JWT signature of AccessToken or IDToken generated by Amazon Cognito.

accesstoken amazon amazon-cognito amazon-web-services authentication aws aws-cognito cognito cognito-express cognito-user-pool expressjs idtoken jwt nodejs

Last synced: 01 Apr 2025

https://github.com/pibigstar/parsevip

解析VIP资源,解析出酷狗、QQ音乐、腾讯视频、人人视频的真实地址

code javautils jwt mybatis parsevip poster qqlogin redis shiro springboot token vip xss

Last synced: 03 Apr 2025

https://github.com/jwt-rs/jwt-ui

A command line UI for decoding/encoding JSON Web Tokens

auth0 cli hacktoberfest jwt jwtio okta rust tui

Last synced: 15 May 2025

https://github.com/bezkoder/spring-boot-login-example

Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example

authentication authorization jwt jwt-auth jwt-authentication jwt-authorization jwt-token login mysql rest-api spring-boot spring-data-jpa spring-security token-based-authentication

Last synced: 09 Apr 2025

https://github.com/crystal-community/jwt

JWT implementation in Crystal

crystal jwt

Last synced: 09 Apr 2025

https://github.com/edwardcdev/apollobank

A full stack GraphQL banking application using React, Node & TypeScript.

apollo-react-hooks apollo-server bcrypt cors express faker formik graphql jwt material-ui nodejs postgresql react recharts typegraphql typescript yup

Last synced: 01 Dec 2024

https://github.com/meysamhadeli/booking-microservices-expressjs

Practical microservices, built with Node.Js, CQRS, Vertical Slice Architecture, Event-Driven Architecture, Postgres, RabbitMQ, Express and the latest technologies.

clean-architecture cqrs docker event-driven-architecture express javascript jwt messaging microservice microservices node node-js nodejs opentelemetry rabbitmq testing tsyringe typeorm typescript vertical-slice-architecture

Last synced: 04 Apr 2025

https://github.com/yifanzheng/spring-security-jwt

使用 Spring Boot + Spring Security + JWT 实现用户登录验证示列,包含权限管理和 Token 刷新功能、心跳机制。

java jpa jwt jwt-token spring-security

Last synced: 12 May 2025

https://github.com/cornflourblue/react-jwt-authentication-example

React - JWT Authentication Tutorial & Example

jwt jwt-authentication react

Last synced: 13 Apr 2025

https://github.com/budougumi0617/go_todo_app

書籍「詳解Go言語Webアプリケーション開発」のサンプルコードリポジトリです。

api book go jwt

Last synced: 09 Apr 2025

https://github.com/ucan-wg/spec

User Controlled Authorization Network (UCAN) Specification

auth authorization capability capability-based jwt spec specification spki token

Last synced: 27 Dec 2024

https://github.com/kataras/jwt

A fast and simple JWT implementation for Go

go golang json-web-token jsonwebtoken jwt security web

Last synced: 04 Apr 2025

https://github.com/hoangtien2k3/ecommerce-microservices

⚡️ Microservice Architecture with system for e-commerce project! Spring Boot microservices app with 🌀 Spring Cloud, Robust and resilient backend managing e-Commerce app... ❄️ Using Kafka Client, kafka server send message, Reactive Programming with WebFlux - Project Reactor.

config-server cqrs-pattern database discovery-server docker ecommerce-website java jwt kafka kotlin microservices mysql reactive-programming reactive-programming-in-java reactor reactor-core send-email spring-webflux zipkin

Last synced: 21 Apr 2025

https://github.com/johndatserakis/koa-vue-notes-web

🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and Vuex store modules.

boilerplate bootstrap demo frontend jwt mysql spa storybook template typescript vue vuex

Last synced: 12 May 2025

https://github.com/bezkoder/react-hooks-jwt-auth

React Hooks JWT Auth using React Router, Axios, Bootstrap: Token based Authentication & Authorization

authentication authorization bootstrap hooks-api-react jwt jwt-authentication react react-hooks reactjs

Last synced: 11 Jun 2025

https://github.com/smith-cruise/spring-boot-security-jwt-spa

Spring Boot 2 + JWT + Spring Security 5的单页应用(SPA) Restful 解决方案

jwt restful single-page-applications spa springboot2 springsecurity

Last synced: 19 Dec 2024

https://github.com/haoxianrui/youlai-boot

🌈 基于 Java 17 + Spring Boot 3 + Spring Security 6 + Vue 3 + Element-Plus 构建的前后端分离单体权限管理系统。

aliyun-oss element-plus java-springboot java17 jwt knife4j minio mybatis mybatis-plus mysql rabbitmq redis redisson springboot3 springsecurity6 stomp swagger vue3 websocket xxl-job

Last synced: 12 Apr 2025

https://github.com/saarasio/enroute

EnRoute Ingress API Gateway - Kubernetes-native, Ingress API Gateway Powered using Envoy

api-gateway apigateway envoy envoy-xds envoyproxy ingress-controller jwt kubernetes kubernetes-ingress-gateway native-kubernetes openapi-spec ssl

Last synced: 12 Apr 2025

https://github.com/meysamhadeli/booking-microservices-nestjs

Practical microservices, built with Nestjs, CQRS, Vertical Slice Architecture, Event-Driven Architecture, Postgres, RabbitMQ and the latest technologies.

clean-architecture cqrs docker event-driven-architecture javascript jwt messaging microservice microservices monitoring nestjs node node-js nodejs opentelemetry rabbitmq testing typeorm typescript vertical-slice-architecture

Last synced: 04 Apr 2025

https://github.com/zclzone/isme-nest-serve

Vue Naive Admin 2.0 的后端服务,使用 Nestjs + TypeOrm + MySql + Redis 搭建,实现了 JWT 认证、菜单管理、RBAC 权限控制核心等功能

jwt nestjs rbac typeorm

Last synced: 04 Apr 2025

https://github.com/nginxinc/nginx-openid-connect

Reference implementation of OpenID Connect integration for NGINX Plus

javascript jwt nginx oauth oauth2 openid-connect openidconnect relying-party

Last synced: 07 Apr 2025

https://github.com/dvsekhvalnov/jose2go

Golang (GO) implementation of Javascript Object Signing and Encryption specification

encryption federation jose json jwa jwe jws jwt jwt-auth jwt-authentication jwt-token oauth2 openid openidconnect security signature

Last synced: 14 May 2025

https://github.com/mazezen/ginframe

基于Go语言gin框架搭建的可快速开发的微服务脚手架

aes elasticsearch email gin go gorm grpc hash jwt kafka leveldb md5 mongodb mysql redis rpc websocket

Last synced: 04 Apr 2025

https://github.com/fusionauth/fusionauth-jwt

A simple to use Java 8 JWT Library. Verify, Sign, Encode, Decode all day.

der elliptic fusionauth-jwt hmac java8 jwa jwk jwks jwt jwt-signer jwt-signing jwt-verifier pem pem-decoding rsa rsa-pss

Last synced: 04 Apr 2025

https://github.com/jeffcail/ginframe

基于Go语言gin框架搭建的可快速开发的微服务脚手架

aes elasticsearch email gin go gorm grpc hash jwt kafka leveldb md5 mongodb mysql redis rpc websocket

Last synced: 14 Dec 2024

https://github.com/lawliet89/biscuit

JOSE (JSON Web Token) Library for Rust

hacktoberfest jose json json-web-token jwa jwe jwk jws jwt rust

Last synced: 14 May 2025

https://github.com/ankitsharma-007/bookcart

An e-commerce application for an online book store, 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 jwt repository-pattern sql-server typescipt typescript web-api

Last synced: 16 May 2025