react-native-keychain
react-native-keychain copied to clipboard
Support for retrieving Secure Enclave public key
Hi,
I am looking to use this module in an upcoming react native project and wondering if this library supports the use of retrieving the public key from Secure Enclave once a user has authenticated and using that key to sign a request?
The use case for this would be to use the public key to sign requests to a backend service similar to the functionality provided by react-native-biometrics. However this module does not seem to be actively maintained.
Any help on this would be greatly appreciated.