awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesAuthentication Adapters

Libraries and connectors for integrating client-side applications with identity providers.

Distinguishing note: Focuses on client-side integration libraries rather than server-side identity management.

Explore 5 awesome GitHub repositories matching security & cryptography · Authentication Adapters. Refine with filters or upvote what's useful.

Awesome Authentication Adapters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • keycloak/keycloakAvatar von keycloak

    keycloak/keycloak

    34,934Auf GitHub ansehen↗

    Keycloak is an open-source identity and access management server that provides a centralized platform for user authentication, authorization, and identity federation. It functions as a standards-compliant identity provider, utilizing a centralized engine to validate credentials and issue cryptographically signed tokens based on industry-standard protocols like OpenID Connect and SAML. This enables organizations to secure diverse applications and services through a unified authentication layer. The platform distinguishes itself through its cloud-native orchestration and high-availability capab

    Provides client-side adapters to connect web applications to authentication and authorization services.

    Javakeycloakoidcsaml
    Auf GitHub ansehen↗34,934
  • dingo/apiAvatar von dingo

    dingo/api

    9,355Auf GitHub ansehen↗

    This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a structured environment for developing web services with integrated routing, request handling, and versioning. The project distinguishes itself through a multi-adapter authentication system that validates identities via various schemes and third-party providers. It features a dedicated response transformation layer to convert raw database models into consistent output structures and an internal dispatcher that allows application logic to trigger API endpoints without external network

    Implements an adapter-based authentication system that routes credentials through interchangeable provider plugins.

    PHP
    Auf GitHub ansehen↗9,355
  • microsoft/security-101Avatar von microsoft

    microsoft/Security-101

    6,203Auf GitHub ansehen↗

    Security-101 is a vendor-agnostic, foundational cybersecurity learning curriculum organized into modular, framework-aligned modules. It is designed to build core knowledge across multiple security domains without tying content to specific products or platforms, making it suitable for both beginners and professionals seeking a structured introduction to the field. The curriculum is built around established security frameworks, including the MITRE ATT&CK framework for standardized threat analysis and the NIST Cybersecurity Framework for incident response workflows. It covers a broad range of do

    Teaches adaptive authentication as a concept within the identity and access management curriculum.

    HTMLappseccia-triaddata-protection
    Auf GitHub ansehen↗6,203
  • zendframework/zendframeworkAvatar von zendframework

    zendframework/zendframework

    5,441Auf GitHub ansehen↗

    Zend Framework ist ein umfassendes Set entkoppelter Komponenten zum Aufbau modularer, ereignisgesteuerter Webanwendungen. Es implementiert eine MVC-Architektur zur Trennung von Geschäftslogik und Benutzeroberfläche und bietet ein strukturiertes Request-Handling-System durch eine sequentielle Middleware-Pipeline. Das Projekt zeichnet sich durch einen Factory-gesteuerten Dependency-Injection-Container aus, um die Objektinstanziierung zu automatisieren und Klassenlebenszyklen zu verwalten. Es enthält zudem eine umfassende Sicherheitssuite zur Verifizierung von Benutzeridentitäten und zur Einschränkung des Ressourcenzugriffs mittels Access Control Lists (ACL) und rollenbasierten Zugriffskontrolladaptern. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich Datenbankabstraktion via Table- und Row-Gateways, Implementierungen von Remote Procedure Calls (RPC) für SOAP und JSON-RPC sowie ein Konsolen-Anwendungsframework für Befehlszeilenschnittstellen. Zusätzliche Funktionsbereiche umfassen Datenserialisierung, Eingabevalidierung, Sitzungsmanagement sowie Werkzeuge für E-Mail-Versand und Content-Internationalisierung.

    Verifies user identities through interchangeable authentication adapters and plugins.

    Auf GitHub ansehen↗5,441
  • filegator/filegatorAvatar von filegator

    filegator/filegator

    2,901Auf GitHub ansehen↗

    Filegator is a web-based file manager and self-hosted file sharing portal. It functions as a cloud storage gateway that allows users to organize, upload, and download files across local disks and various cloud storage providers through a single unified interface. The system features a multi-backend authentication provider capable of verifying identities via JSON files, databases, or external directory services. It includes a role-based access control system that manages user permissions, assigns home folders, and restricts access to specific files and system routes. The platform provides cap

    Implements adapters to translate diverse identity sources like JSON files or databases into a unified internal user format.

    PHPamazon-s3filefile-manager
    Auf GitHub ansehen↗2,901
  1. Home
  2. Security & Cryptography
  3. Authentication Adapters

Unter-Tags erkunden

  • Adaptive AuthenticationAuthentication mechanisms that dynamically adjust requirements based on risk factors like location or device. **Distinct from Authentication Adapters:** Distinct from Authentication Adapters: focuses on risk-based authentication logic rather than client-side integration libraries.