awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
User-Facing Login Methods · Awesome GitHub Repositories

9 repos

Awesome GitHub RepositoriesUser-Facing Login Methods

Explore 9 awesome GitHub repositories matching security & cryptography · User-Facing Login Methods. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Identity and Access Management
  4. Authentication Strategies
  5. User-Facing Login Methods

Awesome User-Facing Login Methods GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • fatedier/frp

    fatedier/frp

    104,608GitHubView on GitHub↗

    This project is a high-performance reverse proxy designed to expose local services to the internet. It provides a comprehensive suite of tools for managing network traffic, including support for TCP and UDP stream multiplexing, connection pooling, and load balancing across proxy instances. The system facilitates secure

    Secures tunnel connections by requiring valid credentials before granting access to internal services.

    Goexposefirewallfrp
  • home-assistant/core

    home-assistant/core

    84,936GitHubView on GitHub↗

    Home Assistant is a centralized home automation platform designed to orchestrate diverse internet-connected devices and services. It functions as a local-first control system that normalizes heterogeneous hardware protocols into a unified set of entities, attributes, and services. The core architecture relies on an eve

    Validates user identity by delivering one-time passwords through notification channels for secure multi-factor login.

    Pythonasynciohacktoberfesthome-automation
  • modelcontextprotocol/servers

    modelcontextprotocol/servers

    79,000GitHubView on GitHub↗

    The Model Context Protocol is a standardized communication framework designed to connect language models to external data sources, functional tools, and interactive user interfaces. It provides a vendor-neutral interface layer that enables AI hosts to discover and execute capabilities across heterogeneous service envir

    Registers client applications using metadata or dynamic procedures to establish trust and obtain necessary access credentials.

    TypeScript
  • 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

    Connects external identity providers to internal roles for streamlined authentication and user access management.

    TypeScriptanalyticsapacheapache-superset
  • OpenHands/OpenHands

    OpenHands/OpenHands

    67,974GitHubView on GitHub↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system

    Supports enterprise authentication via OAuth device flows, allowing custom server URL configuration for secure cloud service access.

    Pythonagentartificial-intelligencechatgpt
  • Solido/awesome-flutter

    Solido/awesome-flutter

    59,015GitHubView on GitHub↗

    This project is a community-curated directory of resources, libraries, and tools designed to support developers working with the Flutter framework. It functions as a centralized knowledge base, organizing high-quality external references into a structured, human-readable format to assist in the discovery of technical m

    Includes integration resources for biometric security features like fingerprint and facial recognition.

    Dartandroidawesomeawesome-list
  • appwrite/appwrite

    appwrite/appwrite

    54,884GitHubView on GitHub↗

    Appwrite is a backend-as-a-service platform that provides a unified development environment for building full-stack applications. It integrates essential infrastructure components—including authentication, databases, storage, and serverless functions—into a single, centralized interface to simplify application developm

    Strengthens account protection by integrating authenticator applications and managing secure recovery codes.

    TypeScriptandroidappwritebackend
  • psf/requests

    psf/requests

    53,829GitHubView on GitHub↗

    Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into

    Handles complex authentication handshakes and manages provider-specific requirements for secure protocol integration.

    Pythonclientcookiesforhumans
  • 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

    Implements secure, passwordless login flows using email-based tokens for user identity verification.

    JavaScriptbloggingcmsghost

Explore sub-tags

  • Biometric AuthenticationIntegration of hardware-based identity verification such as fingerprint and facial recognition.
  • Multi-Factor AuthenticationSecurity processes requiring multiple forms of verification to access user accounts.
  • OAuth and Identity Providers5 sub-tagsIntegrations and protocols for delegating authentication to external identity services or specific third-party platforms.
Standard Web Authentication Schemes3 sub-tags
Traditional HTTP-based challenge-response and credential verification methods for web applications.