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-04 00:12:32 UTC
- JSON Representation
https://github.com/nasruddin/spring-boot-3-jwt-auth
:key: Sample Spring boot application secured using JWT auth in custom header(X-Auth-Token).
authentication authorization custom-jwt custom-jwt-auth jwt jwt-tokens openapi3 spring-boot spring-boot-3 spring-security spring-security-jwt swagger-documentation swagger-ui
Last synced: 06 May 2025
https://github.com/bwmarrin/go-alone
A simple to use, high-performance, Go (golang) MAC signer.
authentication blake2b hmac hmac-signer itsdangerous jwt mac message-authentication-code signing token token-authetication
Last synced: 17 Mar 2025
https://github.com/camesine/typescript-restful-starter
Node.js + ExpressJS + Joi + Typeorm + Typescript + JWT + ES2015 + Clustering + Tslint + Mocha + Chai
chai clustering commonjs cors cpu es2015 expressjs jwt mocha nodejs rest-api sequelize tslint typescript
Last synced: 02 May 2025
https://github.com/psecio/jwt
A JWT (JSON Web Token) Encoder & Decoder
jwt php security security-tools
Last synced: 07 Apr 2025
https://github.com/ZiRunHua/LeapLedger
The back-end part of an accounting tool based on Flutter and Gin's front-end separation
accounting dead-letter-queue docker event-driven gin gorm jwt ledger mysql nats outbox redis swagger web websocket
Last synced: 03 Apr 2025
https://github.com/bezkoder/react-js-login-registration-hooks
React.js Login, Logout, Registration example with JWT and HttpOnly Cookie
authentication authorization httponly-cookie jwt jwt-auth jwt-authentication jwt-authorization jwt-token login react react-hooks reactjs registration token-based-authentication
Last synced: 04 Aug 2025
https://github.com/flavors/django-graphql-social-auth
Python Social Auth support for Graphene Django
authentication django facebook graphene graphql jwt python-social-auth social-auth social-authentication twitter
Last synced: 06 Apr 2025
https://github.com/chocolate1999/vue-shop
:octocat:Vue全家桶开发电商管理系统(Element-UI)基于Vue、Vue-router、Element-UI、Axios、Echarts,提供后台接口文档及项目演示。主要包括用户登录、退出逻辑,用户管理,权限管理,商品管理,订单管理,数据统计等功能。
axios echarts element-ui express jwt mysql nodejs sequelize vue vue-router
Last synced: 22 Jun 2025
https://github.com/wpcodevo/fastapi_mongodb
This article will teach you how to create a CRUD RESTful API with Python, FastAPI, PyMongo, MongoDB, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.
fastapi fastapi-crud fastapi-framework jwt jwt-authentication mongodb pydantic pydantic-models rest-api uvicorn
Last synced: 13 Apr 2025
https://github.com/adrien2p/nestjs-graphql
nest-js starter which implement graphql module
apollo-server-express dotenv graphql jsonwebtoken jwt nest nest-js node nodejs orm sequelize typescript
Last synced: 02 Oct 2025
https://github.com/jtanza/rufus
Rufus - fetches the paper for you!
dropwizard h2-database java jwt rss
Last synced: 11 Jul 2025
https://github.com/circa10a/express-jwt
An example API for creating/verifying json web tokens
authentication authorization bearer-tokens express expressjs jwt jwt-auth
Last synced: 12 Oct 2025
https://github.com/v5tech/shiro-jwt-springboot
shiro整合jwt前后端分离权限认证示例
jwt shiro shiro-jwt spring-boot
Last synced: 11 Oct 2025
https://github.com/codingforentrepreneurs/video-membership
Create a Video Membership app using FastAPI & NoSQL
algolia astradb cassandra cassandra-driver datastax fastapi htmx http-only-cookies jinja2 jwt pydantic python3 tutorial user-authentication video-analytics video-membership youtube-player-api
Last synced: 01 Sep 2025
https://github.com/vkondratiuk482/nest-websockets-chat-boilerplate
Realtime chat with rooms using Nest + Websockets
chat-application javascript jwt nest nodejs postgresql typeorm typescript websockets
Last synced: 06 Aug 2025
https://github.com/bezkoder/spring-security-refresh-token-jwt
Spring Security Refresh Token using JWT in Spring Boot example with HttpOnly Cookie - Expire and Renew JWT Token
authentication authorization jwt jwt-auth jwt-authentication jwt-authorization jwt-refresh-token jwt-token jwt-tokens refresh-token refresh-tokens refreshtoken spring spring-boot spring-security spring-security-jwt springboot springsecurity
Last synced: 31 Oct 2025
https://github.com/brycx/pasetors
PASETOrs: PASETO tokens in pure Rust
authentication ed25519 hacktoberfest jwt paseto paseto-tokens rust security xchacha20-poly1305
Last synced: 15 May 2025
https://github.com/labstack/echo-jwt
JWT middleware for Echo framework
echo echo-framework jwt middleware
Last synced: 24 Oct 2025
https://github.com/secmohammed/microservices-e-commerce-nest-api
E-commerce microservice using Typescript, Typeorm, postgreSQL, redis, jwt authentication, graphQL
cqrs graphql jwt microservice nestjs postgres redis typeorm typescript
Last synced: 27 Jun 2025
https://github.com/abinth11/tutortrek
This project is a online learning platform that connects teachers and students. Teachers can upload educational videos, and students can access and watch these videos at their own pace. The platform aims to provide a user-friendly and interactive environment for effective teaching and learning
axios clean-architecture e-learning elearning-application elearning-platform expressjs hackoctoberfest javascript jwt mern-stack mern-stack-elearning mongodb nodejs reactjs redis redis-cache redux tailwindcss typescript typescript-clean-architecture
Last synced: 15 Aug 2025
https://github.com/ucan-wg/ts-ucan
Auth tokens for a distributed, user-controlled world
authorization jwt ocap security spki
Last synced: 24 Dec 2025
https://github.com/kasvith/express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
api auth boilerplate boilerplate-template boilerplates express expressjs hacktoberfest jwt jwt-authentication jwt-token mongo mongodb mongoose mongoosejs node nodejs passport
Last synced: 27 Feb 2025
https://github.com/jerrychong25/node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
docker docker-compose express express-js expressjs hacktoberfest jwt jwt-authentication mongo mongodb mongoose node node-js nodejs passport passportjs ts typescript
Last synced: 06 Apr 2025
https://github.com/jvictorfarias/gobarber
:barber: Aplicação de agendamento para serviços de beleza, entre provedores e clientes.
expressjs jest jwt nodejs react-native reactjs rocketseat solid-principles styled-components typeorm typescript
Last synced: 10 Apr 2025
https://github.com/KINGSABRI/jwtear
Modular command-line tool to parse, create and manipulate JWT tokens for hackers
jwe jws jwt jwt-authentication parsing pentest session token
Last synced: 02 Apr 2025
https://github.com/puzhiweizuishuai/springsecurity-jwt-vue-deom
A demonstration of stateless JWT authentication with Spring Security, Spring Boot and Vue js
jwt springboot springsecurity vue
Last synced: 16 Mar 2025
https://github.com/maksimdzhangirov/backendbankexample
Golang, Postgres, Docker, AWS backend master class translation (rus)
aws docker gin github-actions go golang grpc jwt jwt-authentication k9s kubernetes paseto-tokens postgresql redis rest swagger
Last synced: 06 Apr 2025
https://github.com/rishuranjanofficial/JWTweak
Detects the algorithm of input JWT Token and provide options to generate the new JWT token based on the user selected algorithm.
application-security appsec authentication authorization automation bugbounty jwt jwt-algorithm jwt-algorithm-confusion-attack jwt-tokens pentesting python security-enthusiasts vulnerability-assessment
Last synced: 11 Jul 2025
https://github.com/purshink/reactjs-spring-boot-full-stack-app
ReactJS-Spring-Boot-Full-Stack-App
css java javascript jwt mysql-database react react-hooks react-router rest-api spring-boot spring-security springdata-jpa springmvc webdevelopment
Last synced: 26 Oct 2025
https://github.com/aidanwhiteley/books
A demo project for Spring Boot / Data / security, social / oauth2 logons, JWT, Mongo, SpringBootAdmin, Docker, docker-compose, Github Actions and stateless apps
bookclub books docker docker-compose github-actions jwt microservice mongo oauth spring-boot spring-security springbootadmin swagger
Last synced: 05 Apr 2025
https://github.com/kriasoft/web-auth-library
Authentication library for the browser environment using Web Crypto API
authentication authorization cloudflare crypto decryption encryption gcp hmac jsonwebtoken jwt oauth oauth2 subtlecrypto token webcrypto webcrypto-api webworkers
Last synced: 25 Oct 2025
https://github.com/solrac97gr/go-jwt-auth
Template create for use as CookieCutter for my Golang projects, I decided to create a template with everything already working. 🚀
cookiecutter go golang jwt mongodb
Last synced: 23 Apr 2025
https://github.com/bit-rahul/nodejs-auth
A complete NodeJS + Express + PassportJS + JWT authentication app:
css ejs jwt nodejs nodejs-authentication passport
Last synced: 29 Oct 2025
https://github.com/v-checha/nestjs-prisma-mongodb
Starter for Nest.js, Prisma ODM, MongoDB
boilerplate casl jwt mongodb nestjs prisma starter swagger
Last synced: 11 Apr 2025
https://github.com/bezkoder/react-redux-login-example
React Redux Login example (Register, Logout) using Redux Toolkit, React Router, Axios, Bootstrap, Hooks
authentication authorization axios hooks jwt jwt-authentication login react react-hooks react-router reactjs redux redux-toolkit register registration token-based-authentication
Last synced: 30 Jul 2025
https://github.com/antony/sapper-authentication-demo
A demonstration of Auth with Sapper + JWT + Server Side Rendering + RBAC
authentication boilerplate hapi hapijs jwt meetup sapper seed svelte sveltejs template
Last synced: 16 Mar 2025
https://github.com/oktadev/okta-vue-node-example
Example of a Basic CRUD App with Vue.js and Node
authentication javascript jwt nodejs oidc vue vuejs
Last synced: 03 Oct 2025
https://github.com/na-stewart/sanic-security
An async security library for the Sanic framework.
aiohttp async auth authentication authorization captcha jwt login permissions python python3 register roles sanic sanic-framework security session token two-factor verification
Last synced: 12 Dec 2025
https://github.com/22mahmoud/deno_crud_jwt
🦕 basic jwt implementation with CRUD operations using deno + postgres
deno deno-postgres jwt oak postgresql typescript
Last synced: 16 Mar 2025
https://github.com/a-sit-plus/signum
Kotlin Multiplatform Crypto/PKI/ASN.1 Library with Attestation and Hardware-Backed Crypto Support on Mobile
asn-1 asn1 attestation cose crypto cryptography cwt ecdh ecdsa jose jws jwt key-agreement kmp kotlin kotlin-multiplatform pki rsa signature
Last synced: 06 Apr 2025
https://github.com/jurabek/identityserver4.phonenumberauth
Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
asp-net-core authentication-middleware identityserver identityserver4 identiy jwt mobile-authentication net-core oauth oauth2 oidc openid passwordless-authentication phone-authentication sms-activate
Last synced: 11 Apr 2025
https://github.com/johanbrandhorst/grpc-auth-example
Examples of client authentication with gRPC
authentication authorization client grpc jwt mtls
Last synced: 30 Apr 2025
https://github.com/auth0/express-jwt-authz
Validate the JWT scope to authorize access to an endpoint
Last synced: 05 Apr 2025
https://github.com/max-lt/nginx-jwt-module
NGINX module to check for a valid JWT.
alpine jwt light nginx nginx-jwt nginx-module nginx-proxy
Last synced: 18 Jan 2026
https://github.com/joolfe/postman-util-lib
:rocket: A crypto utility library to be used from Postman Pre-request and Tests script tabs.
crypto javascript jsrsasign jwt openid-connect postman utility-library
Last synced: 19 Jul 2025
https://github.com/sagi/workers-jwt
Generate JWTs on Cloudflare Workers using the WebCrypto API
cloudflare cloudflare-workers jwt webcrypto workers
Last synced: 08 Jul 2025
https://github.com/wpcodevo/trpc-nextjs-prisma
In this article, we’ll build a type-safe tRPC CRUD API with Next.js, PostgreSQL, and Prisma. This tRPC example in Next.js will showcase how to use tRPC on the backend and later we will consume the API on the frontend app.
jwt nextjs nextjs-trpc nextjs-trpc-client nextjs-trpc-server postgresql trpc trpc-api trpc-client trpc-server
Last synced: 27 Jul 2025
https://github.com/dodistyo/ci-rest-jwt
Codeigniter REST API using JWT for Authentication
Last synced: 06 Oct 2025
https://github.com/kutaloweb/spala
Spala (SPA LARAVEL): a modern lightweight CMS for Laravel and Vue developers (open source project).
axios bootstrap4 cms jwt laravel-vue laravel58 russian-localization sass seo-friendly single-page-app vuejs2 vuex
Last synced: 26 Oct 2025
https://github.com/stevesuv/remix-t3-stack
TodoList example use remix-t3-stack: remix (react-router v7) + vite + trpc + tailwindcss + typescript + prisma + jwt + pnpm + react-hook-form + react-query + next-themes + zod + lucide-icons + docker + vercel
docker jwt lucide-icons next-themes pnpm prisma react react-hook-form react-query react-router remix tailwindcss trpc typescript vercel vite zod
Last synced: 09 Apr 2025
https://github.com/wkrzywiec/keycloak-security-example
Sandbox project to play around with keyclaok and integrating it with Spring Boot and Angular apps (using OAuth 2.0 protocol)
angular java jwt keycloak learning learning-by-doing oauth2 security spring-boot
Last synced: 06 Mar 2026
https://github.com/kandros/micro-jwt-auth
jwt authorization wrapper for https://github.com/zeit/micro
authorization jwt micro microservice
Last synced: 07 May 2025
https://github.com/nicumicle/simple-jwt-login
This plugin allows you to log in, register, authenticate, delete and change the user password to a WordPress website using a JWT.
hacktoberfest jwt jwt-authentication jwt-login php wordpress wordpress-api wordpress-plugin wp wp-plugin
Last synced: 12 Jan 2026
https://github.com/glaucia86/jwt-node-vue
Repositório responsável pelo primeiro projeto da série de vídeos: Coding Stuff.
azure azurefunctions cosmosdb express jwt jwt-authentication mongodb mongoose node nodejs vue
Last synced: 06 Apr 2025
https://github.com/ashishjuyal/banking
Course files
golang gorilla-mux hexagonal-architecture jwt jwt-authentication microservices rbac-roles
Last synced: 14 Dec 2025
https://github.com/wpcodevo/node_typeorm
In this article, you'll learn how to build CRUD RESTful API with Node.js, ExpressJs, TypeORM, and PostgreSQL. We will define the database schema with TypeORM and run the migration command to push the TypeORM schema to the database. Next, we will create higher-level CRUD function to perform the CRUD operations.
crud crud-api jwt jwt-auth jwt-authentication jwt-tokens node node-js nodejs nodemon postgres postgresql postgresql-database restful restful-api typeorm
Last synced: 05 Oct 2025
https://github.com/tuupola/branca-js
Authenticated encrypted API Tokens for JavaScript.
api jwt token-authentication xchacha20-poly1305
Last synced: 07 May 2025
https://github.com/gadfaria/express-sequelize-boilerplate
Boilerplate for express.js.
aws-s3 boilerplate express express-sequelize-boilerplate jwt sequelize
Last synced: 17 Jan 2026
https://github.com/AzimoLabs/apple-sign-in-php-sdk
PHP library to verify and validate Apple IdentityToken and authenticate a user with Apple ID.
apple apple-sign-in hacktoberfest ios jwk jwt php php-library php7 sign-in sign-in-with-apple
Last synced: 08 Jul 2025
https://github.com/hiparker/opsli-ui
OPSLI 快速开发平台基于springboot、vue、element-ui ,项目采用前后端分离架构,热插拔式业务模块与插件扩展性高 ,代码简洁,功能丰富,开箱即用
admin codegenerator element-ui jwt low-code opsli opsli-boot opsli-ui oss springboot vue
Last synced: 14 Aug 2025
https://github.com/adcentury/socketio-jwt-auth
Socket.io authentication middleware using Json Web Token
auth authenticate authentication json-web-token jwt socket-io socket-io-middleware socketio-jwt socketio-jwt-auth
Last synced: 13 Apr 2025
https://github.com/shakilhasan/sabil
A full-functional (Work in progress now) ecommerce web application that is developed by using MERN (MongoDB, Express.js, React.js, and Node.js)
blog docker ecommerce express-js full-stack jest jwt material-ui mern mern-project mern-stack microservices mongo mongoose nestjs nodejs rbac react redux typescript
Last synced: 02 May 2025
https://github.com/melihkaratekin/full-stack-rent-a-car-system
It is Rent A Car System project developed as Full Stack using C# and Angular.
angular aspect-oriented-programming autofac backend caching csharp dotnet encryption entity-framework exception-handling fluentvalidation frontend full-stack hashing jwt layered-architecture mssql performance transaction
Last synced: 30 Oct 2025
https://github.com/phalcon/rest-api
Implementation of an API application using the Phalcon Framework
api json-api jsonapi jwt phalcon phalcon-php rest rest-api restful-api tutorial
Last synced: 13 May 2025
https://github.com/bagisto/headless-ecommerce
Laravel Headless eCommerce APIs allow you to experience seamless and easily scalable storefront performance. An open-source and GraphQL based Rest API Laravel platform delivering ultra-fast, dynamic, and personalized shopping experiences.
bagisto cart ecommerce graphql graphql-api headless headless-commerce jwt laravel opensource php
Last synced: 16 May 2025
https://github.com/ixortalk/ixortalk.aws.cognito.jwt.security.filter
Spring Boot security filter for decoding Cognito JWT IdTokens
aws cognito cognito-identity-pool jwt security spring-boot spring-security
Last synced: 27 Jul 2025
https://github.com/wxq0309/fastapi
基于Fastapi开发,集成Celery-redis分布式任务队列、JWT 用户系统、ElasticSearch和encode orm的基础项目模板,大家可以根据自己的需求在本模板上进行修改
celery elasticsearch fastapi gunicorn jwt orm python3 uvicorn
Last synced: 11 Jul 2025
https://github.com/essentialkaos/branca
Authenticated encrypted API tokens (IETF XChaCha20-Poly1305 AEAD) for Golang
Last synced: 06 Apr 2025
https://github.com/google/credstore
Credstore is a centralized auth server
go grpc grpc-authorization grpc-service jwt picoprod
Last synced: 07 May 2025
https://github.com/arman-aminian/twitter-backend
Twitter backend - Golang
backend echo go golang golang-echo jwt jwt-authentication mongo mongodb mongodb-atlas mongodb-database twitter twitter-backend twitter-golang twitter-server
Last synced: 11 Mar 2026
https://github.com/smakosh/roll-your-own-auth
Copy & paste code to roll your own auth easily and for free
auth authentication drizzle-orm express jwt nextjs prisma sessions tanstack-router tanstack-start
Last synced: 09 Apr 2025
https://github.com/ledermann/docker-vue
Frontend for DockerRails, built with Vue.js
actioncable axios buefy bulma jwt vuejs vuex
Last synced: 28 Mar 2025
https://github.com/jeremycoder/nuxt-iam
authentication authorization cookies jwt jwt-authentication jwt-token nuxt nuxt3 nuxt3-starter nuxt3-template vue vue3
Last synced: 02 Aug 2025
https://github.com/axewp/wp-graphql-headless-login
A WordPress plugin that provides Headless login and authentication for WPGraphQL, supporting traditional passwords, OAuth2/OpenID Connect, JWT, and more.
authentication graphql hacktoberfest hacktoberfest2023 headless headless-wordpress jwt login oauth2 openid-connect sso wordpress wordpress-plugin wp-graphql wp-plugin wpgraphql wpgraphql-plugin
Last synced: 05 Jul 2025
https://github.com/kawser2133/web-api-project
Explore a meticulously crafted ASP.NET Core Web API, featuring Security Identity, JWT, Unit Testing, and API Versioning. This repository embodies best coding practices, delivering a clean, efficient, and scalable solution.
asp-net-core asp-net-core-web-api clean-architecture clean-code crud-api crud-operation dependency-injection jwt rest-api solid-design-principles web-api
Last synced: 01 Jul 2025
https://github.com/abunuwas/fencer
Automated API security testing
api api-security api-security-testing graphql jwt oauth2 openapi owasp-top-10 rest-api security sql-injection testing
Last synced: 05 Jul 2025
https://github.com/smartive/zitadel-net
Authentication / Authorization library for zitadel (zitadel.com), written in dotnet for the asp.net web application package.
asp authn authorization bearer dotnet introspection jwt oauth2 oidc zitadel
Last synced: 15 Dec 2025
https://github.com/dniel/traefik-forward-auth0
A backend for performing forward authentication with Auth0 using the Traefik reverse proxy.
auth0 authentication authorization backend beyondcorp external-authentication jwt kotlin kubernetes kubernetes-configuration oauth openid-connect protect-frontends spring-boot traefik
Last synced: 12 Apr 2025
https://github.com/liyu001989/laravel-api-starter
laravel5.5 + dingo/api + JWT
dingo-api jwt laravel rest-api
Last synced: 21 Aug 2025
https://github.com/ederssouza/reactjs-auth-boilerplate
This repository was created to assist in the authentication implementation process in React JS applications with JWT and refresh token.
authentication boilerplate coverage coveralls jest jwt jwt-authentication react react-auth react-authentication react-boilerplate reactjs reactrouter reactrouterdom refresh-token testing-library typescript
Last synced: 07 Apr 2025
https://github.com/jgontrum/fastapi_jwt_auth_with_aws_cognito
Example code for my Medium article.
authentication aws cognito fastapi jwt
Last synced: 22 Mar 2025
https://github.com/maniruzzamanakash/laravel-advanced-crud-api
Laravel Advanced API Architecture for Small to Big Project with Auth, Repository, Interfaces, Unit Testing and so many stuffs with Laravel 9.x
api crud-api eloquent-orm jwt jwt-authentication laravel laravel11 laravelapi repository-pattern restful-api swagger unit-testing
Last synced: 25 Jul 2025
https://github.com/logto-io/js
🤓 Build authentication and authorization with Logto JS SDKs.
authentication authorization javascript jwt logto mfa multi-tenant oauth2 oidc saml sdk sso typescript
Last synced: 08 Apr 2025
https://github.com/pinceladasdaweb/docker-fastify-restful-api
Node.js RESTful API boilerplate using Traefik, Docker, Docker Compose, Fastify, JWT and Mongodb
docker fastify jwt mongodb sonarqube sonarqube-dashboard traefik
Last synced: 02 Aug 2025
https://github.com/biluohc/actixweb-sqlx-jwt
A jwt template project of actix-web and sqlx
Last synced: 06 Mar 2025
https://github.com/g0ld3lux/laravel-vue-starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
acl api bouncer buefy dingo dingo-api element-ui fb-api jwt jwt-authentication jwt-middleware jwt-token laravel laravel5 single-page-app single-page-applications spa vue vuejs
Last synced: 27 Oct 2025
https://github.com/adrien2p/teanjs
:fire: TypeORM - Express - Angular 8 - NestJS Server Side Rendering (SSR) :smiley_cat:
angular angular-ssr angular8 express jwt nestjs ng-universal passport passport-jwt passport-local postgres ssr typeorm
Last synced: 15 Apr 2025
https://github.com/mosesesan/mesan-nodejs-auth-crud-api
NodeJS Authentication and CRUD operations API -: Email Verification, Image Upload, Password Reset
api cloudinary cloudinaryapi crud emailverification expressjs jwt jwt-authentication nodejs nodejsapi passport-jwt passportjs passwordreset sendgrid sendgrid-api
Last synced: 10 Mar 2026