HTTP-Shortcuts icon indicating copy to clipboard operation
HTTP-Shortcuts copied to clipboard

feature request: add security logon to execution of a shortcut

Open Nijn02 opened this issue 5 years ago • 1 comments

Enable security (like Android’s Biometric API) on execution of a shortcut. Function to be set on shortcut level so it can be activated per shortcut. If not possible per shortcut, make it general on executionof the tool.

Some examples of implementation: https://www.androidauthority.com/add-fingerprint-authentication-app-biometricprompt-943784/ https://www.androidauthority.com/how-to-add-fingerprint-authentication-to-your-android-app-747304/

Nijn02 avatar Jan 02 '20 07:01 Nijn02

I think it's possible to do using scripting + Intent, just check this.

https://stackoverflow.com/questions/39526631/intent-to-launch-fingerprint-enrollment-screen

latdev avatar May 26 '22 01:05 latdev

This would be wonderful, I have tried @latdev s approach but didn't get it wo work.

Karstensson avatar Mar 21 '23 10:03 Karstensson

As of version 3.2.0, a shortcut can be configured to require biometric authentication before running. The option can be found in the "Trigger & Execution Settings" section of the shortcut editor.

Waboodoo avatar Jul 20 '23 14:07 Waboodoo