标签: react-native ssl-client-authentication
我是React Native开发的新手。我制作了一个使用fetch方法调用HTTPS POST API的应用程序。之后,我从安全层开始,为此,我设法做到:
为确保我的应用调用我的服务器,并且中间没有人。
为确保只有安装了该应用程序的客户端才能调用服务器上的API
以另一种方式,我正在尝试建立双向SSL。
为此我在每种情况下使用:
https://hackernoon.com/strengthen-tls-in-react-native-through-certificate-pinning-e6e8d53e8254
https://hackernoon.com/strengthen-tls-in-react-native-through-certificate-pinning-ios-edition-9a42562b6da6
它奏效了。
但是我无法找到情况2的解决方案:
换句话说,如何使只有安装了该应用程序的客户端才能调用API?