You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README.md says there are two crates, a libwebauthn crate and an xdg-credentials-portal crate, but I only see the libwebauthn crate? There's a ui.rs in the libwebauthn crate which uses the dbus crate. Is there a reason you used the bindings to the libdbus C library instead of zbus? Also, it would be great to expose both the portal-side D-Bus API and the application-side API as separate crates, or maybe behind different Cargo features.
The text was updated successfully, but these errors were encountered:
Thanks for working on this project!
The README.md says there are two crates, a libwebauthn crate and an xdg-credentials-portal crate, but I only see the libwebauthn crate? There's a ui.rs in the libwebauthn crate which uses the dbus crate. Is there a reason you used the bindings to the libdbus C library instead of zbus? Also, it would be great to expose both the portal-side D-Bus API and the application-side API as separate crates, or maybe behind different Cargo features.
The text was updated successfully, but these errors were encountered: