awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
duo-labs avatar

duo-labs/webauthnArchived

0
View on GitHub↗
1,032 स्टार्स·158 फोर्क्स·Go·BSD-3-Clause·6 व्यूज़webauthn.io↗

Webauthn

This library provides a server-side implementation for the WebAuthn standard, enabling developers to integrate FIDO2-compliant authentication into applications. It functions as a toolkit for managing public-key infrastructure, allowing systems to verify user identity through hardware-backed cryptographic signatures rather than traditional passwords.

The framework facilitates the entire credential lifecycle, from the initial registration of security keys and biometric devices to the ongoing validation of authentication attempts. It handles the generation and verification of challenge-response handshakes, ensuring that each login event is protected against replay attacks and unauthorized access.

Beyond core identity verification, the library supports the implementation of multi-factor authentication flows and provides configurable settings to adjust security requirements. It processes authentication data using standardized binary serialization and payload formats to maintain interoperability with existing web security infrastructure.

Features

  • WebAuthn Server Libraries - Implements FIDO2 authentication to verify hardware keys and biometric devices during user login and registration.
  • Hardware Key Signature Verification - Validates digital signatures against public keys stored on hardware security keys to confirm user authenticity.
  • Passwordless Authentication - Enables passwordless logins using hardware security keys and biometric sensors to improve account security.
  • Challenge-Response Verifications - Generates and validates time-sensitive cryptographic challenges to prevent replay attacks and ensure session integrity.
  • Credential Registrations - Binds new hardware keys and biometric devices to user accounts by validating cryptographic registration responses.
  • FIDO2 Server Frameworks - Provides a backend toolkit for verifying FIDO2 cryptographic assertions and attestation statements.
  • User Authentication Systems - Verifies user identity by validating signed responses from hardware authenticators to grant access without passwords.
  • Credential Lifecycle Management - Tracks metadata and public key associations for registered authenticators throughout their lifecycle.
  • Cryptographic Identity Verification - Protects against unauthorized access and phishing by validating user identity through cryptographic handshakes.
  • Multi-Factor Authentication - Supports multi-factor authentication flows by requiring physical device verification during the login process.
  • Credential Management - Manages the registration and lifecycle of cryptographic credentials to ensure only authorized devices access accounts.

स्टार हिस्ट्री

duo-labs/webauthn के लिए स्टार हिस्ट्री चार्टduo-labs/webauthn के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

duo-labs/webauthn क्या करता है?

This library provides a server-side implementation for the WebAuthn standard, enabling developers to integrate FIDO2-compliant authentication into applications. It functions as a toolkit for managing public-key infrastructure, allowing systems to verify user identity through hardware-backed cryptographic signatures rather than traditional passwords.

duo-labs/webauthn की मुख्य विशेषताएं क्या हैं?

duo-labs/webauthn की मुख्य विशेषताएं हैं: WebAuthn Server Libraries, Hardware Key Signature Verification, Passwordless Authentication, Challenge-Response Verifications, Credential Registrations, FIDO2 Server Frameworks, User Authentication Systems, Credential Lifecycle Management।

duo-labs/webauthn के कुछ ओपन-सोर्स विकल्प क्या हैं?

duo-labs/webauthn के ओपन-सोर्स विकल्पों में शामिल हैं: go-webauthn/webauthn — This library provides a backend framework for implementing FIDO2-compliant authentication and passwordless login flows… teamhanko/hanko — Hanko is an open-source identity provider and customer identity and access management system. It serves as a passkey… aarondl/authboss — Authboss is a modular HTTP authentication framework for managing user identity, session lifecycles, and password… bitwarden/server — This project provides a comprehensive, self-hosted platform for zero-knowledge credential management and enterprise… supabase/realtime — Realtime is a real-time data distribution and synchronization engine that enables applications to stream database… tinode/chat — This project is a self-hosted, cross-platform instant messaging platform featuring a Go backend and a protobuf-based…

Webauthn के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Webauthn के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • go-webauthn/webauthngo-webauthn का अवतार

    go-webauthn/webauthn

    1,284GitHub पर देखें↗

    This library provides a backend framework for implementing FIDO2-compliant authentication and passwordless login flows in Go applications. It serves as a server-side toolkit for managing hardware-backed identity verification, enabling developers to integrate secure, browser-based authentication protocols that utilize security keys and biometric sensors. The project distinguishes itself by offering comprehensive tools for credential lifecycle management and hardware attestation. It handles the registration and storage of public key metadata while enforcing strict security requirements, such as

    Goctap2fido2go
    GitHub पर देखें↗1,284
  • teamhanko/hankoteamhanko का अवतार

    teamhanko/hanko

    8,801GitHub पर देखें↗

    Hanko is an open-source identity provider and customer identity and access management system. It serves as a passkey authentication service and an OAuth and SAML SSO gateway, allowing applications to authenticate users and issue tokens via standard identity protocols. The project distinguishes itself through a strong focus on passwordless access using WebAuthn-based passkeys and email-based passcodes. It provides framework-agnostic authentication interfaces as customizable web components that can be embedded directly into web applications to handle login, registration, and profile management.

    Go2faauthenticationciam
    GitHub पर देखें↗8,801
  • aarondl/authbossaarondl का अवतार

    aarondl/authboss

    4,189GitHub पर देखें↗

    Authboss is a modular HTTP authentication framework for managing user identity, session lifecycles, and password security. It provides a system of identity access middleware to control route access and synchronize user identity across requests via standard web protocols. The framework is distinguished by a pluggable architecture that allows for the registration of independent modules to extend identity logic. It utilizes a hook-based event system to execute custom business logic during authentication state changes and employs a selector-verifier token pattern to protect against timing attacks

    Go
    GitHub पर देखें↗4,189
  • bitwarden/serverbitwarden का अवतार

    bitwarden/server

    18,074GitHub पर देखें↗

    This project provides a comprehensive, self-hosted platform for zero-knowledge credential management and enterprise secrets orchestration. It functions as a secure vault that ensures all encryption and decryption processes occur exclusively on the client side, preventing the server from ever accessing plaintext data. By combining identity federation with robust access controls, the system enables organizations to centralize the management of passwords, passkeys, and sensitive infrastructure credentials. The platform distinguishes itself through its focus on both human-centric security and aut

    C#apiaspnetaspnetcore
    GitHub पर देखें↗18,074
Webauthn के सभी 30 विकल्प देखें→

Webauthn को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Webauthn दिखाई देता है।
  • Passkey और Passwordless ऑथेंटिकेशन लाइब्रेरीज़