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
·

3 Repos

Awesome GitHub RepositoriesAPI Credential Validations

Verifies that API keys, secrets, and tokens for third-party services are still active and authorized.

Distinct from API Key Authentication: Distinct from API Key Authentication: validates live API keys against service endpoints rather than implementing authentication strategies.

Explore 3 awesome GitHub repositories matching security & cryptography · API Credential Validations. Refine with filters or upvote what's useful.

Awesome API Credential Validations GitHub Repositories

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

    streaak/keyhacks

    6,069Auf GitHub ansehen↗

    Keyhacks is a command-line tool that tests whether API keys and tokens for dozens of cloud services are valid and active. It automates the verification of discovered credentials during security auditing and penetration testing, confirming if leaked or harvested API keys, tokens, and secrets are still operational. The tool validates credentials by sending lightweight, service-specific HTTP requests to each platform's API endpoint and inspecting the response status or body. Each validation runs independently without storing state between requests, using pre-defined request templates with the co

    Validates WakaTime API keys by retrieving the current user via the API.

    Auf GitHub ansehen↗6,069
  • getstream/vision-agentsAvatar von GetStream

    GetStream/Vision-Agents

    6,029Auf GitHub ansehen↗

    Configures third-party API keys in .env files or Kubernetes secrets for agent authentication.

    Pythonagentic-aiagentsai
    Auf GitHub ansehen↗6,029
  • spec-first/connexionAvatar von spec-first

    spec-first/connexion

    4,600Auf GitHub ansehen↗

    Connexion ist ein Spec-First-Python-Webframework, das darauf ausgelegt ist, Serververhalten und Validierungslogik direkt aus einem vordefinierten API-Vertrag abzuleiten. Es ermöglicht die Entwicklung von Webdiensten durch die Verwendung einer OpenAPI-Spezifikation, um Routing, Request-Validierung und Response-Serialisierung automatisch zu handhaben. Das Framework zeichnet sich dadurch aus, dass es als OpenAPI-Request-Validator und Mock-Server fungiert. Es kann API-Verhalten simulieren, indem es Beispielantworten basierend auf Spezifikationsschemata bereitstellt, was Frontend-Entwicklung und Prototyping vor Abschluss der Backend-Implementierung ermöglicht. Zudem hostet es eine interaktive API-Dokumentationsschnittstelle, die Benutzern eine Konsole zur Visualisierung und zum Testen von Endpunkten bietet. Das Projekt deckt ein breites Spektrum an Funktionen ab, einschließlich automatisierter Routenregistrierung, Parameter-Injektion und Sicherheitsdurchsetzung basierend auf Vertragsdefinitionen. Es bietet zudem Tools zur Schema-Validierung von Requests und Responses sowie die Möglichkeit, Anwendungs-Exceptions auf standardisierte maschinenlesbare Fehlerantworten abzubilden.

    Registers functions to verify credentials and inject authenticated user information into the request context.

    Pythonapi-firstapi-restflask-extensions
    Auf GitHub ansehen↗4,600
  1. Home
  2. Security & Cryptography
  3. API Key Authentication
  4. API Credential Validations

Unter-Tags erkunden

  • Configuration SetupsSets required third-party API keys in a .env file or Kubernetes secret for agent authentication. **Distinct from API Credential Validations:** Distinct from API Credential Validations: focuses on initial configuration of credentials, not validating live keys.
  • Identity InjectionInjects verified user identity and credentials into the request context after authentication. **Distinct from API Credential Validations:** Distinct from API Credential Validations: focuses on the subsequent injection of identity into the context rather than just the validity check.