awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • streaak/keyhacksAvatar de streaak

    streaak/keyhacks

    6,069Ver en GitHub↗

    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.

    Ver en GitHub↗6,069
  • getstream/vision-agentsAvatar de GetStream

    GetStream/Vision-Agents

    6,029Ver en GitHub↗

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

    Pythonagentic-aiagentsai
    Ver en GitHub↗6,029
  • spec-first/connexionAvatar de spec-first

    spec-first/connexion

    4,600Ver en GitHub↗

    Connexion es un framework web de Python centrado en especificaciones diseñado para derivar el comportamiento del servidor y la lógica de validación directamente de un contrato de API predefinido. Permite el desarrollo de servicios web utilizando una especificación OpenAPI para manejar automáticamente el enrutamiento, la validación de solicitudes y la serialización de respuestas. El framework se distingue al actuar como un validador de solicitudes OpenAPI y servidor mock. Puede simular el comportamiento de la API sirviendo respuestas de ejemplo basadas en esquemas de especificación, permitiendo el desarrollo frontend y la creación de prototipos antes de que se complete una implementación backend. Además, aloja una interfaz de documentación de API interactiva, proporcionando una consola para que los usuarios visualicen y prueben endpoints. El proyecto cubre una amplia gama de capacidades, incluyendo registro automático de rutas, inyección de parámetros y aplicación de seguridad basada en definiciones de contrato. También proporciona herramientas para la validación de esquemas tanto de solicitudes como de respuestas, así como la capacidad de mapear excepciones de la aplicación a respuestas de error estandarizadas legibles por máquina.

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

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

Explorar subetiquetas

  • 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.