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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesAuthenticated Access Control

Mechanisms to protect AI services from unauthorized access through identity verification.

Distinct from AI Security: Focuses on access control and authentication for AI apps, not adversarial prompt injection defense

Explore 5 awesome GitHub repositories matching security & cryptography · Authenticated Access Control. Refine with filters or upvote what's useful.

Awesome Authenticated Access Control GitHub Repositories

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

    go-skynet/LocalAI

    47,157在 GitHub 上查看↗

    LocalAI is a local generative AI platform and inference engine designed to host large language, vision, and audio models on private hardware. It functions as an API compatible gateway that mimics proprietary service endpoints, allowing existing third-party software to integrate with a self-hosted backend. The platform distinguishes itself as a distributed AI model orchestrator, capable of scaling inference across machine clusters using VRAM-aware routing and hardware coordination. It provides a unified interface for diverse open-source backends and supports self-hosted RAG infrastructure thro

    Protects AI services from unauthorized access through identity verification and resource quotas.

    Go
    在 GitHub 上查看↗47,157
  • vercel-labs/ai-chatbotvercel-labs 的头像

    vercel-labs/ai-chatbot

    20,501在 GitHub 上查看↗

    This is a full-featured chatbot framework and Next.js web application designed for integrating various large language model providers into a web interface. It serves as a template for building AI chatbots that can generate text and structured data through a unified interface. The project functions as an authenticated AI application, incorporating built-in user identity verification and session management. It includes a suite for AI tool integration, allowing language models to execute tool calls and generate structured objects by connecting to external data and functions. The framework provi

    Combines user authentication and credential verification to secure access to AI chat services.

    TypeScript
    在 GitHub 上查看↗20,501
  • bmaltais/kohya_ssbmaltais 的头像

    bmaltais/kohya_ss

    12,384在 GitHub 上查看↗

    kohya_ss is a graphical user interface and workbench for fine-tuning diffusion models, specifically designed for Stable Diffusion. It provides a suite of tools for training generative AI models, including specialized interfaces for creating Low-Rank Adaptation weights and training ControlNet spatial control networks. The project distinguishes itself through integrated VRAM usage optimization and hardware acceleration, featuring specific support for Intel GPUs via XPU-accelerated libraries. It implements parameter-efficient training methods and memory-saving techniques like gradient checkpoint

    Includes a security layer requiring username and password authentication for accessing the training interface.

    Python
    在 GitHub 上查看↗12,384
  • opencx-labs/openchatopencx-labs 的头像

    opencx-labs/OpenChat

    5,264在 GitHub 上查看↗

    OpenChat is a conversational AI agent builder and customer service automation platform that uses large language models to power customer support chatbots across multiple channels. It provides tools for defining AI agent behavior, training on custom knowledge, managing actions, and controlling autopilot responses per channel. The platform enables deploying AI agents on web, phone, email, SMS, and WhatsApp, with a unified inbox for managing conversations across all channels. It includes CRM synchronization, automated workflows, contact segmentation, and analytics for tracking customer satisfact

    Authenticates AI action calls using secrets, tokens, or context headers.

    JavaScript
    在 GitHub 上查看↗5,264
  • ochinchina/supervisordochinchina 的头像

    ochinchina/supervisord

    4,262在 GitHub 上查看↗

    该项目是一个 Go 进程监督器,旨在启动和监控多个后台程序,并具有自动重启和生命周期管理功能。它作为一个用于协调守护进程执行的系统,通过集中配置确保连续运行。 该监督器的特色在于多个远程管理接口,包括进程管理 REST API、XML-RPC 控制器以及用于监控和控制进程的内置 Web 仪表板。它具有一个 Prometheus 监控导出器,通过专用 HTTP 端点提供实时性能指标,并使用基本身份验证保护这些远程接口。 该系统涵盖了广泛的功能领域,包括具有基于大小轮转的日志管理、通过 TCP 和 HTTP 轮询的自动健康检查,以及通过基于组的优先级调度进行的服务生命周期编排。它还提供事件驱动的操作触发器、用于清理僵尸进程的子进程收割器,以及用于手动进程控制的命令行界面。 该软件包括用于配置模板生成的实用程序,并可以作为系统服务使用自定义环境文件进行集成。

    Restricts access to the remote control interface using authenticated identity verification.

    Go
    在 GitHub 上查看↗4,262
  1. Home
  2. Security & Cryptography
  3. AI Security
  4. Authenticated Access Control

探索子标签

  • Action Call AuthenticationsControls access to AI action endpoints by verifying org-wide secrets, per-user tokens, or context headers. **Distinct from Authenticated Access Control:** Distinct from Authenticated Access Control: focuses on authenticating AI-invoked action calls, not general AI service access.