Commit Graph

13 Commits

Author SHA1 Message Date
Oscar Hinton c62f5287cd
Desktop biometrics support (#119)
* Initial work on windows hello support

* Switch to use windows.security.credentials.ui UserConsentVerifier

* Fix linting warnings

* Remove unessesary supportsBiometric from lock screen

* Rename biometric.main to windows.biometric.main. Add abstraction for biometric.

* Add support for dynamic biometric text.

* Add untested darwin implementation

* Rename fingerprintUnlock to biometric

* Add new functions to cliPlatformUtils.service.ts.

* Hide login if biometric is not supported

* Export default for biometric.*.main.ts

* Remove @nodert-win10-rs4/windows.security.credentials

* Add build requirements to readme

* Auto prompt biometric when starting the application.

* Ensure we support biometric before trying to auto prompt.

* Fix review comments and linting errors
2020-07-23 13:32:20 -04:00
mtgto d6c9acdf6f
Add noImplicitAny to tsc compiler options (#86) 2020-03-11 09:00:14 -04:00
Kyle Spearrin a22bb09fc3 update karma deps 2019-03-27 14:41:06 -04:00
Kyle Spearrin 149ae8a59c remove allowJs from tsconfig 2018-06-13 12:36:48 -04:00
Kyle Spearrin 4bd9a9fc11 load DuoWebSDK as a module 2018-06-11 13:32:53 -04:00
Kyle Spearrin fc1114a6bd refactor crypto service to use crypto functions 2018-04-21 23:14:04 -04:00
Kyle Spearrin 9b4069cb19 node vs web testing with jasmine 2018-04-18 12:59:48 -04:00
Kyle Spearrin 7c848edf3c added models, crypto, and constants services 2018-01-08 14:11:28 -05:00
Kyle Spearrin 2b4cd3fba7 re-organize into "barrels". add utils service 2018-01-06 22:13:11 -05:00
Oscar Hinton 2d03c486b6 Add multiple build targets, for umd and es5. (#1)
* Add multiple build targets, for umd, es5 and es6.

* Remove lodash.camelcase.
2018-01-06 10:04:16 -05:00
Kyle Spearrin 9cc6103436 commonjs module 2018-01-06 08:41:20 -05:00
Kyle Spearrin ad99560a92 transpiled npm package 2018-01-05 22:46:51 -05:00
Kyle Spearrin 9be966017d project/config files 2018-01-03 21:20:58 -05:00