awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 repositorios

Awesome GitHub RepositoriesAPI Access Management

Systems for managing authentication keys and authorization for commerce operations.

Distinguishing note: Focuses on API-specific access control.

Explore 15 awesome GitHub repositories matching security & cryptography · API Access Management. Refine with filters or upvote what's useful.

Awesome API Access Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • go-skynet/localaiAvatar de go-skynet

    go-skynet/LocalAI

    47,157Ver en 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

    Manages authentication keys and authorization to control system usage for multi-user platforms.

    Go
    Ver en GitHub↗47,157
  • alishahryar1/free-claude-codeAvatar de Alishahryar1

    Alishahryar1/free-claude-code

    34,843Ver en GitHub↗

    This project is a multi-provider AI gateway and proxy server that intercepts and routes requests between AI clients and various large language model providers. It functions as an API protocol translator and model router, mapping incoming requests to specific upstream providers or local runners to provide a unified interface for multiple models. The system distinguishes itself by bridging chat platforms and command line interfaces, converting messages from chat services into managed command line sessions. It further optimizes traffic by executing certain web search and fetch requests locally a

    Validates incoming requests using constant-time matching of authorization tokens provided in headers.

    Python
    Ver en GitHub↗34,843
  • medusajs/medusaAvatar de medusajs

    medusajs/medusa

    34,404Ver en GitHub↗

    Medusa is a headless commerce engine designed as a modular, API-first platform for building custom digital storefronts and business applications. Its architecture is built on a decoupled system where core business logic is encapsulated into independent, swappable modules that communicate through defined interfaces, allowing developers to incrementally adopt or replace components to fit specific operational needs. The platform distinguishes itself through a highly extensible design that supports complex commerce requirements, including multi-vendor marketplace operations, B2B purchasing workfl

    Controls administrative and store access by managing keys for commerce operations.

    TypeScriptcommercee-commerceecommerce
    Ver en GitHub↗34,404
  • pirate/archiveboxAvatar de pirate

    pirate/ArchiveBox

    27,721Ver en GitHub↗

    ArchiveBox is a self-hosted web archiving system designed to capture and preserve permanent static copies of webpages, media, and PDFs on personal infrastructure. It functions as a digital content curator and personal web archive manager, allowing users to import URLs from bookmarks, RSS feeds, and browser history to create a centralized, searchable knowledge base. The project is distinguished by its ability to archive private, paywalled, or login-protected content using browser cookies and authenticated session persistence. It ensures long-term availability by saving pages in multiple concur

    Manages access to the archive via identity providers or API keys.

    Python
    Ver en GitHub↗27,721
  • rybbit-io/rybbitAvatar de rybbit-io

    rybbit-io/rybbit

    12,297Ver en GitHub↗

    Rybbit is an open-source, self-hosted web analytics platform designed for comprehensive user behavior tracking and product engagement analysis. It provides a complete suite for monitoring visitor interactions, conversion funnels, and site performance, allowing organizations to maintain full ownership of their data and infrastructure. The platform distinguishes itself through a strong emphasis on privacy-compliant data collection and visual session replay capabilities. It supports advanced traffic routing through custom domains to bypass ad blockers and includes configurable masking tools to p

    Generates unique security credentials for programmatic access to analytics data endpoints.

    TypeScriptanalyticsgoogle-analyticsproduct-analytics
    Ver en GitHub↗12,297
  • meolu/walle-webAvatar de meolu

    meolu/walle-web

    12,008Ver en GitHub↗

    Walle-web is a continuous delivery platform and DevOps release manager designed to automate the deployment, rollback, and release of code across multiple server environments. It functions as a container deployment orchestrator and multi-environment server manager, providing a centralized web interface for coordinating application delivery. The system distinguishes itself through a combination of canary release management and containerized application delivery. It utilizes a RESTful deployment API to integrate external tools into the delivery pipeline and employs hook-based workflow orchestrat

    Manages granular permissions and authentication for users and systems interacting with the deployment API.

    Pythoncddeployerdevops
    Ver en GitHub↗12,008
  • xmrig/xmrigAvatar de xmrig

    xmrig/xmrig

    9,998Ver en GitHub↗

    XMRig is a multi-algorithm hashing tool and cryptocurrency miner that utilizes CPU, CUDA, and OpenCL hardware to execute hashing algorithms across multiple operating systems. It functions as a computational engine for mining cryptocurrency and benchmarking hardware efficiency. The project includes a Stratum proxy server that routes mining traffic between worker clients and pools to optimize connectivity and balance load. It also provides a secured HTTP management API for monitoring hashrates and modifying miner configuration in real time without restarting the process. The software covers a

    Secures the remote management interface using access tokens to control mining instance configuration.

    Cargon2cpuminercryptocurrency
    Ver en GitHub↗9,998
  • visgl/react-map-glAvatar de visgl

    visgl/react-map-gl

    8,457Ver en GitHub↗

    react-map-gl is a library of reusable components and hooks for embedding high-performance WebGL map visualizations within React applications. It provides a declarative wrapper for Mapbox GL JS, synchronizing the map state and styles with a component-based state management system. The toolkit enables the rendering of complex 2D and 3D geospatial data visualizations on map layers. It includes a framework for developing custom map components and specialized user interface elements using shared context and dedicated hooks. The library manages interactive map integration and geospatial data visua

    Manages API tokens and authentication to securely load Mapbox tiles and styles within web applications.

    TypeScriptdata-visualizationmapmapbox-gl
    Ver en GitHub↗8,457
  • lightningnetwork/lndAvatar de lightningnetwork

    lightningnetwork/lnd

    8,154Ver en GitHub↗

    Lnd is a full implementation of the Lightning Network protocol, functioning as a Bitcoin Layer 2 daemon that manages payment channels and settles transactions on the Bitcoin blockchain. It serves as an off-chain payment processor and a cryptographic wallet manager, enabling the execution of instant, scalable transactions through a network node. The project distinguishes itself through a focus on secure node networking and programmatic control. It provides gRPC and REST API servers for automating payment workflows and utilizes macaroon-based authorization to delegate granular permissions via c

    Uses macaroon-based authorization to delegate granular permissions via cryptographically signed tokens.

    Gobitcoinblockchaincryptocurrency
    Ver en GitHub↗8,154
  • projectdiscovery/naabuAvatar de projectdiscovery

    projectdiscovery/naabu

    5,766Ver en GitHub↗

    Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to identify active services. It functions as a Go library for embedding port scanning into programs, and as a standalone tool that accepts targets as hostnames, IP addresses, CIDR ranges, or ASN numbers. The tool discovers live hosts before scanning, filters ports by range or top lists, and can integrate with Nmap for service version detection. The project distinguishes itself through its SYN-based port probing approach that sends TCP SYN packets and analyzes responses without complet

    Authenticate requests using an API key sent via a custom header over HTTPS connections.

    Gocdn-exclusionhacktoberfestnmap
    Ver en GitHub↗5,766
  • inngest/inngestAvatar de inngest

    inngest/inngest

    5,499Ver en GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Generates scoped keys to authenticate custom scripts and CI/CD pipelines against the platform API.

    Go
    Ver en GitHub↗5,499
  • datlechin/tableproAvatar de datlechin

    datlechin/TablePro

    4,471Ver en GitHub↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Issues bearer tokens with configurable scopes and expiry dates to authenticate and authorize external requests.

    Swift
    Ver en GitHub↗4,471
  • intuitem/ciso-assistant-communityAvatar de intuitem

    intuitem/ciso-assistant-community

    4,162Ver en GitHub↗

    Este proyecto es una plataforma de gobernanza, riesgo y cumplimiento diseñada para centralizar las actividades de gobernanza de seguridad, gestión de riesgos y cumplimiento normativo. Funciona como un gestor de framework de ciberseguridad y un sistema de gestión de riesgos cuantitativos, permitiendo a las organizaciones rastrear su postura de seguridad a través de un centro centralizado. La plataforma se distingue por su capacidad para desacoplar los requisitos normativos de los controles de seguridad técnicos, permitiendo a los usuarios mapear una única implementación a través de múltiples frameworks globales para reducir la duplicación de auditorías. Se diferencia aún más a través de una capa de integración que conecta agentes de modelos de lenguaje a datos de gobernanza para la interacción conversacional y un bus de mensajes para la orquestación de seguridad basada en eventos. Las capacidades amplias cubren la orquestación de auditorías de seguridad, gestión de riesgos de terceros y simulación de riesgos cuantitativos para modelar escenarios de amenazas. El sistema también incluye herramientas para la catalogación de activos, control de acceso basado en roles con autenticación multifactor y seguimiento de métricas de rendimiento a través de dashboards de gestión. La aplicación puede desplegarse en infraestructura privada, servidores privados virtuales o clústeres de Kubernetes utilizando Docker y Helm charts.

    Generates personal access tokens for programmatic interaction while requiring multi-factor authentication.

    Pythonauditautomationbsi
    Ver en GitHub↗4,162
  • comfyanonymous/comfyui_examplesAvatar de comfyanonymous

    comfyanonymous/ComfyUI_examples

    3,918Ver en GitHub↗

    This repository is a collection of node-based pipeline configurations, examples, and templates for generating AI media. It provides a workflow library and a curated gallery of blueprints designed for creating images, videos, and 3D assets using diffusion models. The project specifically offers a set of pre-configured node graphs for implementing advanced image generation and refinement techniques, with a focus on Stable Diffusion workflows. These examples demonstrate how to interconnect processing nodes to define complex generative logic without writing code. The available templates cover a

    Manages authentication keys and authorization for accessing external models and handling secure billing.

    HTML
    Ver en GitHub↗3,918
  • expressgateway/express-gatewayAvatar de ExpressGateway

    ExpressGateway/express-gateway

    3,035Ver en GitHub↗

    Express Gateway is a centralized API gateway built on the Express.js framework, designed to serve as a single entry point for microservices architectures. It manages incoming network traffic by routing requests to backend services based on defined path-based rules while enforcing security policies and authentication protocols at the edge. The system distinguishes itself through a configuration-driven approach that utilizes a centralized definition file to dictate routing logic and policy application. It features a hot-reloading engine that allows for real-time updates to routing rules and sec

    Provides comprehensive tools for registering API consumers and managing their credentials to control access levels.

    JavaScriptapi-gatewayendpointsexpress-gateway
    Ver en GitHub↗3,035
  1. Home
  2. Security & Cryptography
  3. API Access Management

Explorar subetiquetas

  • Macaroon AuthorizationImplementation of attenuated tokens (macaroons) for delegating granular API permissions. **Distinct from API Access Management:** Specifically implements macaroons rather than generic API keys or access restrictions.
  • Miner Access ControlSecurity mechanisms for managing access to mining instance APIs using tokens. **Distinct from API Access Management:** Focuses on token-based access for a specific mining process rather than general commerce API management.