diff --git a/README.md b/README.md index 33889f9..53cc243 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,21 @@ A WebAuthn-based passkey authentication provider that integrates ingress controllers, currently support Kubernetes Nginx Ingress controller. Provides secure, passwordless authentication using passkeys (FIDO2/WebAuthn) as an auth backend for nginx ingress. +## TLDR; + +Log in Apps without typing password or going through 3rd Party Oauth! + +I use it for signing into my home lab apps. + +## 🎬 Demo + +Click the screenshot below to watch the passkey authentication in action and see how smooth it is: + + + Click to play demo - Passkey Auth Interface + + + ## ✨ Features - **Passwordless Authentication**: Uses WebAuthn/FIDO2 passkeys for secure authentication diff --git a/demo.MOV b/demo.MOV new file mode 100644 index 0000000..c96fd59 Binary files /dev/null and b/demo.MOV differ diff --git a/passkey-auth-screenshot.png b/passkey-auth-screenshot.png new file mode 100644 index 0000000..faed27c Binary files /dev/null and b/passkey-auth-screenshot.png differ