teamhanko / passkeys-rust

A Rust + React example app with passkey authentication, using Hanko Passkey API
Other
2 stars 0 forks source link

Feature idea... maybe? #3

Open gregpalaci opened 1 week ago

gregpalaci commented 1 week ago

First off great article.

Small tidbit I couldn't find the .md page or I'd PR but https://www.hanko.io/blog/passkeys-rust links to python Screenshot 2024-10-16 at 5 10 18 pm

Ok possible idea, maybe shit. So Tauri a rust framework uses WKWebview for macOS and there is no support for client side credentials; However I'm working on a hacky workaround where I open a server url in the default browser or chrome get the credentials then send them back to Tauri (via deeplinks right now but not important)

Would there be a future roadmap of having this rust library as a Tauri server plugin.

gregpalaci commented 1 week ago

I believe the Linux and Microsoft, and Android os Webviews aren't affected so possibility for client side too.