8 Repos
Validating incoming requests by requiring specific header conditions or credentials before processing.
Distinct from Request Authentication: Distinct from Request Authentication: covers both Basic Auth and custom header validation for gating request processing, not just HMAC signatures.
Explore 8 awesome GitHub repositories matching security & cryptography · Header-Based. Refine with filters or upvote what's useful.
Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu
Requires Basic Auth or custom header conditions before saving or processing incoming webhook requests.
Dieses Projekt ist eine Objective-C HTTP-Networking-Bibliothek, die einen objektorientierten Wrapper für CFNetwork bereitstellt, um synchrone und asynchrone Anfragen unter macOS und iOS auszuführen. Sie fungiert als Framework für das Management von HTTP-Sessions, die Durchführung fortsetzbarer Dateiübertragungen und das Caching von Offline-Inhalten. Die Bibliothek zeichnet sich durch einen Manager für fortsetzbare Dateiübertragungen aus, der Byte-Offsets verfolgt und disk-basiertes Streaming für große Uploads und Downloads nutzt. Sie enthält zudem einen sicheren Credential-Manager, der in den System-Keychain integriert ist, um Client-Zertifikate und Authentifizierungstoken zu verwalten. Der Funktionsumfang deckt HTTP-Session-Management mit automatisiertem Cookie-Handling, sicherer Web-Authentifizierung und dem Abruf vollständiger Webseiten für die Offline-Ansicht ab. Zudem bietet sie Werkzeuge für die Hintergrundverarbeitung von Anfragen, Netzwerk-Traffic-Kompression, Bandbreitendrosselung und Proxy-Konfiguration.
Maintains session state by automatically tracking and updating cookies and custom HTTP headers.
Dieses Projekt ist eine umfassende Vorbereitungshilfe für technische Interviews und eine Wissensdatenbank für Informatik. Es dient als strukturierte Lernressource, die Software-Engineers dabei unterstützt, grundlegende Engineering-Konzepte zu wiederholen und sich auf professionelle Coding-Assessments vorzubereiten. Das Repository konzentriert sich auf eine Vielzahl theoretischer und praktischer Bereiche, einschließlich detaillierter Referenzen für mobile App-Architektur und Betriebssystem-Grundlagen. Es bietet kuratierte Materialien zu Software-Architekturmustern und Netzwerkprotokoll-Analyse zur Unterstützung der beruflichen Weiterentwicklung. Der Inhalt deckt fundamentale Bereiche wie Datenstrukturen und Algorithmen, Concurrency und Multithreading sowie Speicherverwaltung ab. Zudem bietet es tiefgehende Einblicke in Systemarchitektur, einschließlich Prozess-Scheduling, Inter-Process-Communication und UI-Rendering-Optimierung.
Covers maintaining state across stateless requests using cookies and session identifiers.
This project is a comprehensive Java programming knowledge base and technical reference repository. It provides a curated collection of distilled answers, API documentation, and troubleshooting guides designed to help developers resolve common coding challenges and language pitfalls. The repository distinguishes itself through a structured architectural approach to knowledge, utilizing comparison-centric analysis to highlight trade-offs between different library implementations and language features. It aggregates high-impact community discussions into a standardized format, organizing techni
Describes maintaining state across network requests by reading and updating session cookies.
Authboss ist ein modulares HTTP-Authentifizierungs-Framework für die Verwaltung von Benutzeridentität, Sitzungslebenszyklen und Passwortsicherheit. Es bietet ein System von Identitätszugriffs-Middleware, um den Routenzugriff zu steuern und die Benutzeridentität über Anfragen hinweg mittels Standard-Webprotokollen zu synchronisieren. Das Framework zeichnet sich durch eine erweiterbare Architektur aus, die die Registrierung unabhängiger Module zur Erweiterung der Identitätslogik ermöglicht. Es nutzt ein Hook-basiertes Ereignissystem, um benutzerdefinierte Geschäftslogik bei Authentifizierungsstatusänderungen auszuführen, und verwendet ein Selektor-Verifizierer-Token-Muster, um sich gegen Timing-Angriffe während der Validierung zu schützen. Das System deckt ein umfassendes Identitätsmanagement ab, einschließlich Benutzerregistrierung, Passwort-Hashing und Sitzungsstatus-Tracking. Es unterstützt Multi-Faktor-Authentifizierung mittels TOTP und SMS sowie Identitätsintegration von Drittanbietern unter Verwendung von OAuth1- und OAuth2-Standards. Zusätzliche Sicherheitsfunktionen umfassen zustandsbehafteten Brute-Force-Schutz mit Kontosperrung und E-Mail-basierte Account-Wiederherstellungs-Workflows. Das Projekt unterstützt sowohl serverseitiges HTML-Template-Rendering als auch JSON-basierte API-Antworten, um Headless- oder traditionellen Webarchitekturen gerecht zu werden.
Tracks authentication status and user identity across HTTP requests using key-value session storage.
Ring is a Clojure HTTP web library that represents requests and responses as immutable data structures. It provides a functional framework for web development, treating HTTP traffic as standardized maps to decouple application logic from specific server implementations. The project features a middleware framework for composing reusable functional layers to handle cross-cutting concerns such as authentication and logging. It includes a server adapter system that translates raw traffic into request maps, as well as a dedicated integration layer for upgrading standard HTTP connections to bidirec
Tracks user sessions across requests using cookies and manages temporary data via a short-term flash store.
AKHQ is a web-based management interface for Apache Kafka, providing a centralized platform for administering clusters, topics, and consumer groups. It serves as a comprehensive monitoring and administration tool that includes a Kafka Connect manager and a ksqlDB administration interface. The platform distinguishes itself through extensive schema registry integration, allowing users to browse and decode Avro, Protobuf, and JSON messages using Confluent, Tibco, or AWS Glue registries. It also features a granular security model with role-based access control, sensitive data masking, and support
Identifies users and assigns group memberships based on HTTP headers provided by a reverse proxy.
mcp-context-forge is a Model Context Protocol federation gateway that unifies diverse AI tool servers and APIs into a single consistent interface for discovery and execution. It acts as a centralized proxy that aggregates multiple servers and APIs, allowing AI agents to access and invoke a unified set of tools, prompts, and resources. The project distinguishes itself through a multi-protocol translation bridge that converts communication between standard I/O, SSE, gRPC, and REST to enable interoperability between disparate tool servers. It includes a comprehensive LLM evaluation framework for
Passes security credentials through HTTP headers to facilitate authentication without storing tokens in environment variables.