Web SDK Installation
Learn how to integrate Incode Web SDK in your web applications
This guide will teach you how to create an identity validation app using the Incode Web SDK.
Prerequisites
Before starting, ensure you have read the following guides:
Installation
<!-- Include Incode Web SDK inside the head tag -->
<script src="https://sdk.incode.com/sdk/onBoarding-<<WEB_SDK_VERSION>>.js" defer></script>
npm install @incodetech/welcome
Keep your integration updated
Ensure you are always using the latest SDK version by checking the release notes
Updated 6 months ago