awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Standard Web Authentication Schemes · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesStandard Web Authentication Schemes

Traditional HTTP-based challenge-response and credential verification methods for web applications.

Explore 3 awesome GitHub repositories matching security & cryptography · Standard Web Authentication Schemes. 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
  6. Standard Web Authentication Schemes

Awesome Standard Web Authentication Schemes 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

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

    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

    JavaScriptbloggingcmsghost

Explore sub-tags

  • Basic AuthenticationStandard web authentication using username and password credentials provided within HTTP requests.
  • Digest AuthenticationWeb authentication mechanism that secures requests by transmitting username and password credentials to the server.
  • Passwordless AuthenticationIdentity verification methods that utilize secure tokens or links instead of traditional passwords.