Skip to content
#

jwt-authentication

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.

Here are 1,069 public repositories matching this topic...

A modern Modular Monolith .NET 9 template following clean architecture and DDD principles. Supports dynamic module loading, JWT auth, rate limiting, logging, health checks, Swagger, and multi-database setups. Ideal for building scalable, maintainable enterprise-grade monolithic systems with modular flexibility.

  • Updated Nov 10, 2025
  • C#
airport-automation

This project showcases a comprehensive full-stack solution, combining a robust ASP.NET Core Web API backend, an MVC web frontend, and a modern React single-page application — all seamlessly integrated to provide a highly secure, scalable, and user-friendly system.

  • Updated Nov 10, 2025
  • C#

This repository provides a fundamental authentication microservice built in .NET, focused on demonstrating the core ideas of user registration, login, and token-based authentication. It is meant as a learning scaffold or proof of concept to help beginners explore modern authentication via simple, readable code. Not intended for direct production

  • Updated Nov 8, 2025
  • C#

Created by M. Jones, J. Bradley, N. Sakimura

Released May 2015

Followers
106 followers
Website
github.com/topics/jwt
Wikipedia
Wikipedia

Related topics

jwe jwk jwks jwkset jws jwt-bearer-tokens jwt-claims jwt-client jwt-server message-authentication-code