awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
API and Machine Authentication · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesAPI and Machine Authentication

Mechanisms designed for programmatic, non-interactive access between services or systems, distinct from human user login flows.

Explore 6 awesome GitHub repositories matching security & cryptography · API and Machine Authentication. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Identity and Access Management
  4. Authentication Strategies
  5. Machine and Protocol Identity
  6. API and Machine Authentication

Awesome API and Machine Authentication GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • DopplerHQ/awesome-interview-questions

    DopplerHQ/awesome-interview-questions

    81,035GitHubView on GitHub↗

    This project is a comprehensive, community-sourced repository of technical interview questions and study materials. It serves as a centralized index for software engineers to prepare for technical assessments, benchmark their personal knowledge, and identify gaps in their expertise across a wide range of programming la

    Enables secure programmatic service authentication by leveraging scoped tokens for non-interactive access to sensitive configurations.

    android-interview-questionsangularjs-interview-questionsawesome
  • Stirling-Tools/Stirling-PDF

    Stirling-Tools/Stirling-PDF

    74,357GitHubView on GitHub↗

    Stirling-PDF is a self-hosted document processing suite designed for secure, private file management. It functions as a comprehensive transformation engine that executes complex operations—such as merging, splitting, converting, and redacting documents—directly on the host machine. The platform provides both a browser-

    Requires programmatic authentication via API keys to secure non-interactive access between systems.

    TypeScriptdockerhacktoberfestjava
  • infiniflow/ragflow

    infiniflow/ragflow

    73,425GitHubView on GitHub↗

    This project is a comprehensive retrieval-augmented generation platform designed for building, managing, and deploying knowledge-based AI applications. It provides a unified environment for organizing datasets, configuring conversational chat assistants, and developing autonomous agents that execute multi-step reasonin

    Issues secure API keys to authorize programmatic, non-interactive access to system resources.

    Pythonagentagenticagentic-ai
  • apache/superset

    apache/superset

    70,587GitHubView on GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizati

    Validates API requests using JSON web tokens and manages session tokens to ensure secure communication between clients and the backend.

    TypeScriptanalyticsapacheapache-superset
  • usememos/memos

    usememos/memos

    57,067GitHubView on GitHub↗

    Memos is a self-hosted, container-native knowledge management platform designed for capturing and organizing personal notes. It functions as a private workspace where users can create content using markdown, tags, and media embeds to streamline daily productivity. The system is built to be deployed as a portable servic

    Validates bearer tokens in request headers to authorize secure access to protected resources.

    Godockerfossgo
  • TryGhost/Ghost

    TryGhost/Ghost

    51,857GitHubView on GitHub↗

    Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web

    Secures administrative operations with token-based authentication to ensure authorized management of site resources.

    JavaScriptbloggingcmsghost

Explore sub-tags

  • API Key AuthenticationMechanisms for granting programmatic service access through the use of long-lived authentication keys.
  • API Request AuthenticationValidation processes for API requests utilizing JSON web tokens and session management to ensure secure communication.
  • Administrative API AuthenticationMethods for securing administrative API access using tokens or session-based credentials.
Bearer Token Authentication
Security protocols that authenticate remote server communication by including bearer tokens in request headers.