Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
jgnpm-jverification-cordova-plugin
Advanced tools
极光认证官方支持的 cordova 插件(Android & iOS)
注意:插件不支持 cordova-android 7.0.0之前版本。
如果需要在cordova-android 7.0.0之前版本集成插件,参照这篇文章
cordova plugin add jgnpm-jverification-cordova-plugin --variable APP_KEY=极光appKey
cordova plugin add https://github.com/jpush/JVerification-cordova-plugin.git --variable APP_KEY=极光appKey
cordova plugin add <plugin_local_path> --variable APP_KEY=极光appKey
***说明 ***:
android 如果你的应用的targetSdkVersion >=28,设备在Android P 上是默认限制使用http请求的,开发者需要做如下配置:
在res文件夹下创建一个xml文件夹,然后创建一个network_security_config.xml文件,文件内容如下:
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</base-config>
</network-security-config>
<application
...
android:networkSecurityConfig="@xml/network_security_config"
...
/>
可直接参考 Jiguang-JVerification-cordova-plugin.js 文件。
MIT © JiGuang
FAQs
jgnpm-JVerification-cordova-plugin
The npm package jgnpm-jverification-cordova-plugin receives a total of 2 weekly downloads. As such, jgnpm-jverification-cordova-plugin popularity was classified as not popular.
We found that jgnpm-jverification-cordova-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.