electron/atom
Shelley Vohr 46a24c82ff
feat: add Touch ID authentication support for macOS (#16707)
This PR adds Touch ID authentication support for macOS with two new `SystemPreferences` methods.

1. `systemPreferences.promptForTouchID()` returns a Promise that resolves with `true` if successful and rejects with an error message if authentication could not be completed.
2. `systemPreferences.isTouchIDAvailable()` returns a Boolean that's `true` if this device is a Mac running a supported OS that has the necessary hardware for Touch ID and `false` otherwise.
2019-02-13 18:36:28 -08:00
..
app feat: added process.electron to get the electron version in forked process (#16450) 2019-01-29 22:13:18 -08:00
browser feat: add Touch ID authentication support for macOS (#16707) 2019-02-13 18:36:28 -08:00
common Bump v6.0.0-nightly.20190213 2019-02-13 13:44:57 -08:00
renderer chore: Add new webFrame IsolatedWorldInfo API and deprecate (#16801) 2019-02-13 08:05:28 -10:00
utility Revert "feat: upgrade to Chromium 72.0.3626.52 (#16334)" 2019-01-22 12:01:04 -08:00