plugins-workspace
plugins-workspace copied to clipboard
[feat] TouchID support for MacOS
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
Would be a very nice addition to Tauri!
What's a good example to work from if someone wanted to implement this? To add Tauri code calling a macos .framework for TouchID..?
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