WebSDK Installation
Latest Stable Version
Please see the Release Notes for more details
Integration Steps
- To use IDWise SDK in your web platform you need to add the following scripts in the web page that will host the IDWise Web SDK.
<link href="https://releases.idwise.com/websdk/latest/idwise.min.css" rel="stylesheet">
<script src="https://releases.idwise.com/websdk/latest/idwise.min.js"></script>
- Choose an element that will host the IDWise UI. This can be any block element with a unique css selector, this can be as simple as the following example:
<div id="idwise-mount"></div>
Next Steps
- To start with the IDWise WebSDK, click here.
Updated 13 days ago