okta / okta-storage-swift

Secure storage library
https://github.com/okta/okta-storage-swift
Other
8 stars 8 forks source link

OktaSecureStorage swift+objc APIs #2

Closed IldarAbdullin-okta closed 5 years ago

IldarAbdullin-okta commented 5 years ago

Reworked existing APIs from ios-utils project to stateless swift class OktaSecureStorage with objc support

IldarAbdullin-okta commented 5 years ago

is it enough that we simply let the developer know if biometric feature has been used? Or do we need to provide the ability to disambiguate between the types, e.g. face, fingerprint?

Starting from iOS11 we can easily identify whether Face ID or Touch ID enabled by using biometryType getter in LAContext class. We probably have to support older versions iOS9 and iOS10, in that case I believe we can just check:

IldarAbdullin-okta commented 5 years ago

Merged. All further changes will be tracked in separate pull requests