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

3 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 3 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. 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.
  • 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

    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

    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

    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.