WebSDK Installation

Latest Stable Version

Please see the Release Notes for more details

Integration Steps

  1. 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>
  1. 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>