awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • streaak/keyhacksالصورة الرمزية لـ streaak

    streaak/keyhacks

    6,069عرض على 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.

    عرض على GitHub↗6,069
  • getstream/vision-agentsالصورة الرمزية لـ GetStream

    GetStream/Vision-Agents

    6,029عرض على GitHub↗

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

    Pythonagentic-aiagentsai
    عرض على GitHub↗6,029
  • spec-first/connexionالصورة الرمزية لـ spec-first

    spec-first/connexion

    4,600عرض على GitHub↗

    Connexion is a spec-first Python web framework designed to derive server behavior and validation logic directly from a predefined API contract. It enables the development of web services by using an OpenAPI specification to automatically handle routing, request validation, and response serialization. The framework distinguishes itself by acting as an OpenAPI request validator and mock server. It can simulate API behavior by serving example responses based on specification schemas, allowing for frontend development and prototyping before a backend implementation is completed. Additionally, it

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

    Pythonapi-firstapi-restflask-extensions
    عرض على GitHub↗4,600
  1. Home
  2. Security & Cryptography
  3. API Key Authentication
  4. API Credential Validations

استكشف الوسوم الفرعية

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