HTML
<!-- Get Secqure JS SDK -->
<script
src="https://dev.secuuth.io/JS/prod/Secuuth.bundle.js"
type="text/javascript"
></script><div id="secuuthForm"></div>const secuuth = new Secuuth({
// Key Id obtained while creating Project in Dashboard
keyId: "xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
// Name of the Form
profileName: "Default",
// Div id created in above step
containerId: "secuuthForm",
onSubmit: (payload) => {
// Send payload to your backend server
})Last updated

