awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • streaak/keyhacksAvatar streaak

    streaak/keyhacks

    6,069Vezi pe 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.

    Vezi pe GitHub↗6,069
  • getstream/vision-agentsAvatar GetStream

    GetStream/Vision-Agents

    6,029Vezi pe GitHub↗

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

    Pythonagentic-aiagentsai
    Vezi pe GitHub↗6,029
  • spec-first/connexionAvatar spec-first

    spec-first/connexion

    4,600Vezi pe GitHub↗

    Connexion este un framework web Python de tip spec-first conceput pentru a deriva comportamentul serverului și logica de validare direct dintr-un contract API predefinit. Permite dezvoltarea de servicii web prin utilizarea unei specificații OpenAPI pentru a gestiona automat rutarea, validarea cererilor și serializarea răspunsurilor. Framework-ul se distinge prin faptul că acționează ca un validator de cereri OpenAPI și server mock. Poate simula comportamentul API-ului prin servirea de răspunsuri exemplu bazate pe schemele specificației, permițând dezvoltarea frontend-ului și prototiparea înainte ca implementarea backend-ului să fie finalizată. În plus, găzduiește o interfață de documentație API interactivă, oferind o consolă pentru utilizatori pentru a vizualiza și testa endpoint-urile. Proiectul acoperă o gamă largă de capabilități, inclusiv înregistrarea automată a rutelor, injectarea parametrilor și aplicarea securității bazată pe definițiile contractului. Oferă, de asemenea, instrumente pentru validarea schemei atât a cererilor, cât și a răspunsurilor, precum și capacitatea de a mapa excepțiile aplicației la răspunsuri de eroare standardizate, lizibile de către mașină.

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

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

Explorează sub-etichetele

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