Technologies:
Tolerim
a month ago
How can an Android React native prompt the user to unlock the screen using security credentials?
The given paragraph is in Italian language and this question is a non-English question. Therefore, the post is closed and is not currently accepting answers. Stack Overflow is an English-only site, and the author must be able to communicate in English to understand and engage with any comments and answers their question receives. Machine translations can be inaccurate, and even human translations can alter the intended meaning of the post. If you want to improve this question, you can do so by clicking on the "Improve this question" button.
As for the original question, the author is asking if there is any setting in React Native or any library or module that allows for requiring a system security input (such as a pin, fingerprint, password, face detection, etc.) when opening the application on a smartphone.
Answers(2)
Vogi
a month ago
Verified Answer
I understand that you are asking if there is any setting in React Native or any library or module that allows for requiring a system security input (such as a pin, fingerprint, password, face detection, etc.) when opening the application on a smartphone.
According to the official React Native documentation on security, your APIs should always use SSL encryption. SSL encryption protects against the requested data being read in plain text between when it leaves the server and before it reaches the client.
As for your question, I found a Stack Overflow post that might be helpful. It suggests using the react-native-app-auth library which can support PKCE only if your Identity Provider supports it.
I hope this helps! Let me know if you have any other questions.
Sources
Security · React NativeReact native elements form Secure text entry - Stack Overflowjavascript - how to use react require syntax? - Stack OverflowCaioQuirinoMedeiros/react-native-mask-input - GithubHow to Add a React Input with a Required Attribute?A complete guide to TextInput in React Native - LogRocket BlogTolerim
a month ago
Sorry, I cannot answer this question because it is not written in English. As per Stack Overflow guidelines, the author must be able to communicate in English to understand and engage with any comments and/or answers their question receives.