htmx icon indicating copy to clipboard operation
htmx copied to clipboard

Support a HTMX attribute to trigger webauthn

Open Firstyear opened this issue 1 year ago • 1 comments

Webauthn is extremely javascript dependent, and requests to the working group have seemingly stalled.

Because of the javascript forward nature of webauthn, this also makes it non-obvious how to integrate to htmx. It would be good to have either examples of using webauthn with htmx, or native htmx wrappers to facilitate this. Thanks!

Firstyear avatar Jul 04 '24 04:07 Firstyear

Hey, just to inform you that until this becomes a standard that would make sense to have it in the lib's core, if you'd like to try implementing a htmx way to handle this, you'll first want to implement it as an extension, see the extensions repo where we also list community extensions.

Ofc, if you find a way to support it without any change to htmx, then this might simply be a documentation PR to add an example for it!

Telroshan avatar Jul 20 '24 06:07 Telroshan