5 dépôts
Accepts standard HTTP header fields to pass authentication credentials when fetching files from a source.
Distinct from HTTP Security Headers: Distinct from HTTP Security Headers: focuses on passing credentials via request headers for source authentication, not browser-enforced security response headers.
Explore 5 awesome GitHub repositories matching security & cryptography · Source Request Authentications. Refine with filters or upvote what's useful.
Dragonfly is a peer-to-peer file distribution system designed to accelerate large-scale file and container image delivery across clusters. It splits files into small pieces that peers exchange independently, enabling parallel downloads from multiple sources while a central scheduler assigns parent peers based on real-time load metrics. The system integrates with existing tools through an HTTP proxy interface and uses gRPC for internal communication between peers and the scheduler. The system distinguishes itself through automatic integrity verification at the piece level, ensuring every downl
Accepts standard HTTP header fields to pass authentication credentials when fetching files from the source.
SpringSide 4 is an enterprise Java reference architecture and utility library built on the Spring Framework. It provides a pragmatic, best-practice application stack for building RESTful web services, web applications, and data access layers, along with a curated collection of high-performance utility classes for common operations like text, date, collection, reflection, concurrency, and I/O handling. The project distinguishes itself by combining a complete reference application scaffold with production-oriented infrastructure. It includes a JPA-based data access layer that automatically tran
Provides a utility for attaching authentication tokens to HTTP requests via a fluent client.
PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a globally distributed edge computing runtime that runs stateful server code close to users, with automatic scaling and hibernation for idle rooms. The platform handles WebSocket connections, HTTP requests, and durable storage without requiring infrastructure management, and includes a client and server SDK with hooks, storage, and Yjs integration for building collaborative features. The platform distinguishes itself through per-room isolation using Durable Objects, where each uniq
Verifies user identity on incoming HTTP requests by checking a session token in an Authorization header.
Ce projet est un exportateur de bibliothèque numérique et un générateur de contenu EPUB spécifiquement conçu pour télécharger et convertir des livres de la plateforme O'Reilly Learning en fichiers de publication électronique pour la lecture hors ligne et le stockage permanent. Il fonctionne comme un scraper de contenu web qui récupère du texte et des médias restreints pour faciliter l'archivage de bibliothèques numériques. L'outil gère l'authentification de session en utilisant des identifiants ou des cookies pour maintenir un accès continu au contenu. Il récupère les livres via des identifiants uniques et transforme le matériel source en fichiers EPUB standardisés, incluant des optimisations de mise en page pour assurer la compatibilité des tableaux et des éléments sur divers appareils de lecture électronique.
Attaches authentication tokens to outgoing HTTP headers to ensure requests are authorized by the target platform.
RubyGems is a package manager for the Ruby language, serving as a tool for packaging, distributing, and installing libraries and software extensions. It functions as a dependency resolver and registry client, managing the installation of required libraries and their recursive dependencies to ensure consistent environments across development and production. The system handles the complete package lifecycle, including the building of distributable archives, the compilation of native C extensions for high-performance system integration, and the publishing of stable or prerelease versions to regi
Authenticates requests to private package servers using encrypted local configurations or embedded credentials.