Prerequisites
Run as Module
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Keyless Web SDK</title>
</head>
<body>
<script type="module">
import { ... } from '@keyless/sdk-web/index.js'
</script>
</body>
</html><!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Keyless Web SDK Components</title>
</head>
<body>
<kl-auth-or-enroll></kl-auth-or-enroll>
<script src="@keyless/sdk-web-components/index.js" type="module"></script>
</body>
</html>Web Assembly Bundling
Security Headers
Name
Value
Last updated
Was this helpful?