plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

[feat] TouchID support for MacOS

Open alchaplinsky opened this issue 3 years ago • 3 comments

Describe the problem

It would be nice to utilize TouchID on Mac in applications built with Tauri.

Describe the solution you'd like

Having an API for prompting users to authenticate with TouchID.

Alternatives considered

No response

Additional context

No response

alchaplinsky avatar Feb 13 '23 08:02 alchaplinsky

Would be a very nice addition to Tauri!

muradbu avatar Feb 20 '23 14:02 muradbu

What's a good example to work from if someone wanted to implement this? To add Tauri code calling a macos .framework for TouchID..?

dukedorje avatar Mar 11 '23 08:03 dukedorje

There's this npm package https://github.com/emilbayes/macos-touchid which kinda gives an ability to use TouchId. @dukejones you can refer to this code in objective-c https://github.com/emilbayes/macos-touchid/blob/master/index.m

alchaplinsky avatar Mar 13 '23 22:03 alchaplinsky