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,157GitHub पर देखें↗

    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,501GitHub पर देखें↗

    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,384GitHub पर देखें↗

    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,264GitHub पर देखें↗

    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,262GitHub पर देखें↗

    This project is a Go process supervisor designed to start and monitor multiple background programs with automatic restarts and lifecycle management. It functions as a system for coordinating daemon execution, ensuring continuous operation through a central configuration. The supervisor distinguishes itself with multiple remote administration interfaces, including a process management REST API, an XML-RPC controller, and a built-in web dashboard for monitoring and controlling processes. It features a Prometheus monitoring exporter that serves real-time performance metrics via a dedicated 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.