From 0288766896296e603896ce8cf5ab338dcc7abb0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Wo=C5=BAniak?= <92504295+zespere@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:43:08 +0200 Subject: [PATCH] Add webauthn_components to libraries.md --- content/docs/tools-libraries/libraries.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/tools-libraries/libraries.md b/content/docs/tools-libraries/libraries.md index 089a61f5..ae8c4321 100644 --- a/content/docs/tools-libraries/libraries.md +++ b/content/docs/tools-libraries/libraries.md @@ -99,3 +99,7 @@ The ["Awesome WebAuthn"](https://github.com/herrjemand/awesome-webauthn) GitHub - [webauthn-ruby](https://github.com/cedarcode/webauthn-ruby) (Cedarcode) - [devise-passkeys](https://github.com/ruby-passkeys/devise-passkeys) (Ruby Passkeys, wrapper around `webauthn-ruby`) - [warden-webauthn](https://github.com/ruby-passkeys/warden-webauthn) (Ruby Passkeys, wrapper around `webauthn-ruby`) + +### Elixir + +- [webauthn_components](https://github.com/liveshowy/webauthn_components) (LiveShowy)