From 0f3b1bb0624344b55af2cf2fadf8aa406156b83e Mon Sep 17 00:00:00 2001 From: Adrien Pinet <4949848+apinet@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:12:51 +0200 Subject: [PATCH] add nopwd.rocks demo website --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba8e0a..b8ac247 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ Contributions welcome. Add links through pull requests or create an issue to sta - [Dashlane: Android passkey example app](https://github.com/Dashlane/android-passkey-example) - An example Android application that demonstrates native passkey support. - [Passwordless.ID WebAuthn lib playground](https://webauthn.passwordless.id/demos/playground.html) - Register, authenticate and verify WebAuthn credentials using this interactive playground. - [WebAuthn.Net Demo](https://webauthn.dodo.dev) - Demonstration of usage scenarios with [WebAuthn.Net](https://github.com/dodobrands/WebAuthn.Net) and ASP.NET Core 8. - +- [Nopwd - Passwordless Authentication demo](https://nopwd.rocks) - Site to demonstrate the integration of passwordless authentication components (using Magiclink and Passkeys) from the [nopwd.io](https://nopwd.io) service. Standard web components, fully customizable, no Credit card, no API Key to manage. +- ## Server Libraries - `FIDO CERTIFIED™` [LINE: FIDO2 Server](https://github.com/line/line-fido2-server) - FIDO2(WebAuthn) server officially certified by FIDO Alliance and Relying Party examples. - `FIDO CERTIFIED™` [Hanko: Passkey Server](https://github.com/teamhanko/passkeys) - FIDO2-certified passkey & WebAuthn server written in Go. Includes a JavaScript client SDK and a passkey provider for Auth.js (Next-Auth).