diff --git a/README.md b/README.md index 251566b..fe75366 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Vapor Passkey Demo +![Passkeys Logo](/images/passkeys.webp) + Proof of concept app for trying to integrate passkeys and WebAuthn into Vapor ![Screenshot of app](/images/demo.png) @@ -14,9 +16,6 @@ swift run In your browser go to http://localhost:8080 and follow the steps! -> **Note**: This is proof of concept code to scope out the work to build a Swift Server library for WebAuthn. I do not advise using it in production until it's had some -eyes on it. Many things are unimplemented and untested so be warned! Only tested on macOS 12.4 with Safari 15.5 - ## Development If you want to make CSS changes you'll need to download the Tailwind CSS executable and place it in the root of the diff --git a/images/passkeys.webp b/images/passkeys.webp new file mode 100644 index 0000000..d7731af Binary files /dev/null and b/images/passkeys.webp differ