awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • streaak/keyhacksstreaak 的头像

    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-agentsGetStream 的头像

    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/connexionspec-first 的头像

    spec-first/connexion

    4,600在 GitHub 上查看↗

    Connexion 是一个规范优先(Spec-first)的 Python Web 框架,旨在直接从预定义的 API 契约中派生服务器行为和验证逻辑。它通过使用 OpenAPI 规范自动处理路由、请求验证和响应序列化,从而实现 Web 服务的开发。 该框架通过充当 OpenAPI 请求验证器和 Mock 服务器而脱颖而出。它可以通过基于规范模式提供示例响应来模拟 API 行为,从而允许在后端实现完成之前进行前端开发和原型设计。此外,它还托管一个交互式 API 文档界面,为用户提供可视化和测试端点的控制台。 该项目涵盖了广泛的功能,包括基于契约定义的自动路由注册、参数注入和安全性实施。它还提供了用于请求和响应模式验证的工具,以及将应用异常映射到标准化机器可读错误响应的能力。

    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.