You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shark WebAuthn library for .NET. WebAuthn allows users to authenticate with cryptographic key pairs, where the private key remains securely stored on the user's device. This makes authentication resistant to phishing, credential stuffing, and data breaches.
ArmadilLogin is intended to demonstrate how a simple, convenient, and secure login variant could look like that is suitable for the broadest possible user base. The FIDO2 standard is implemented, which allows passwordless authentication. The public key authentication method used instead increases security and protection against various attacks s…