📁 Table of Contents
Table of Contents |
---|
...
ℹ️ Introduction
Current The current flow only allows to use using the SDK by installing it through npm or use using it as a script.
See examples.
...
🔢 Latest version
v1.0.6
...
🚥 Compatibility
🟢 Supported: Only for Web web browsers (Chrome, Firefox, Safari, Edge etc.).
🔴 NOT Not supported: WebView, Native application languages like ( React-Native, Flutter etc. For that, for that please refer to Mobile SDK).
...
📂 How to install?
SDK flow explained in a sandbox environment:
2 ways how to use IDV SDK.
npm - @Ondato-public/idv-sdk
Add script to an application
<script src="build/index.1.x.x.min.js"></script>
SDK can be used by generating idv ID or using idv setupId(idv id is generated automatically)
...