Installation
Seamfix Verify SDK
A simple web SDK that offers a comprehensive identification solution, enabling seamless integration for verifying user identities through advanced authentication methods.
USAGE
You can add Seamfix Verify to your application using our Javascript script
<html lang="en">
<head>
<meta charset="utf-8" />
<title>My Application</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<script src="https://sdk-verifylink.seamfix.com/index.js"></script>
</body>
</html>
Updated 6 months ago