@tokenoftrust/storefront-runner 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (337) hide show
  1. package/LICENSE +58 -0
  2. package/README.md +40 -0
  3. package/apps/storefront/.dev.vars.example +41 -0
  4. package/apps/storefront/.env.example +24 -0
  5. package/apps/storefront/astro.config.mjs +245 -0
  6. package/apps/storefront/env.d.ts +155 -0
  7. package/apps/storefront/lib/ensure-preview-reconcile-secret.sh +31 -0
  8. package/apps/storefront/lib/resolve-cf-token.sh +48 -0
  9. package/apps/storefront/lib/resolve-tot-credentials.sh +69 -0
  10. package/apps/storefront/migrations/0000_baseline.sql +54 -0
  11. package/apps/storefront/migrations/0001_products_fts.sql +9 -0
  12. package/apps/storefront/migrations/README.md +54 -0
  13. package/apps/storefront/migrations/meta/0000_snapshot.json +347 -0
  14. package/apps/storefront/migrations/meta/0001_snapshot.json +347 -0
  15. package/apps/storefront/migrations/meta/_journal.json +20 -0
  16. package/apps/storefront/package.json +41 -0
  17. package/apps/storefront/public/brand/northwind-logo-dark.svg +4 -0
  18. package/apps/storefront/public/brand/northwind-logo-light.svg +4 -0
  19. package/apps/storefront/public/brand/northwind-og.svg +13 -0
  20. package/apps/storefront/public/favicon.svg +5 -0
  21. package/apps/storefront/public/js/dashboard-team.js +147 -0
  22. package/apps/storefront/public/js/dashboard-vendor-search.js +115 -0
  23. package/apps/storefront/src/components/Badge.astro +34 -0
  24. package/apps/storefront/src/components/Breadcrumbs.astro +45 -0
  25. package/apps/storefront/src/components/CollectionCard.astro +56 -0
  26. package/apps/storefront/src/components/EmptyState.astro +35 -0
  27. package/apps/storefront/src/components/Img.astro +68 -0
  28. package/apps/storefront/src/components/ProductCard.astro +228 -0
  29. package/apps/storefront/src/components/Section.astro +39 -0
  30. package/apps/storefront/src/components/Seo.astro +70 -0
  31. package/apps/storefront/src/components/WidgetFrame.astro +34 -0
  32. package/apps/storefront/src/components/auth/AuthBadge.astro +44 -0
  33. package/apps/storefront/src/components/chrome/AnnouncementBar.astro +108 -0
  34. package/apps/storefront/src/components/chrome/MegaMenu.astro +26 -0
  35. package/apps/storefront/src/components/chrome/NavDropdown.astro +116 -0
  36. package/apps/storefront/src/components/chrome/SiteFooter.astro +181 -0
  37. package/apps/storefront/src/components/chrome/SiteHeader.astro +181 -0
  38. package/apps/storefront/src/components/chrome/UtilityNav.astro +79 -0
  39. package/apps/storefront/src/components/commerce/FoxyLoader.astro +23 -0
  40. package/apps/storefront/src/components/commerce/PriceDisplay.astro +91 -0
  41. package/apps/storefront/src/components/commerce/ProductCarousel.astro +197 -0
  42. package/apps/storefront/src/components/commerce/ProductGrid.astro +75 -0
  43. package/apps/storefront/src/components/commerce/RatingStars.astro +58 -0
  44. package/apps/storefront/src/components/compliance/NicotineWarning.astro +33 -0
  45. package/apps/storefront/src/components/home/Hero.astro +164 -0
  46. package/apps/storefront/src/components/islands/AgeGate.tsx +105 -0
  47. package/apps/storefront/src/components/islands/ImageGallery.tsx +237 -0
  48. package/apps/storefront/src/components/islands/IsolatedAgeGate.tsx +73 -0
  49. package/apps/storefront/src/components/islands/MobileNav.tsx +239 -0
  50. package/apps/storefront/src/components/islands/QuickView.tsx +138 -0
  51. package/apps/storefront/src/components/islands/RecentlyViewed.tsx +122 -0
  52. package/apps/storefront/src/components/islands/SavedList.tsx +99 -0
  53. package/apps/storefront/src/components/islands/SearchTypeahead.tsx +248 -0
  54. package/apps/storefront/src/components/islands/VariantSelector.tsx +378 -0
  55. package/apps/storefront/src/components/marketing/CardGrid.astro +72 -0
  56. package/apps/storefront/src/components/marketing/CodeSample.astro +20 -0
  57. package/apps/storefront/src/components/marketing/CtaBand.astro +24 -0
  58. package/apps/storefront/src/components/marketing/Faq.astro +37 -0
  59. package/apps/storefront/src/components/marketing/Integrations.astro +63 -0
  60. package/apps/storefront/src/components/marketing/MarketingBlocks.astro +53 -0
  61. package/apps/storefront/src/components/marketing/MarketingCtas.astro +48 -0
  62. package/apps/storefront/src/components/marketing/MarketingHero.astro +72 -0
  63. package/apps/storefront/src/components/marketing/ProofStrip.astro +37 -0
  64. package/apps/storefront/src/components/marketing/SplitCompare.astro +53 -0
  65. package/apps/storefront/src/components/marketing/Steps.astro +36 -0
  66. package/apps/storefront/src/components/marketing/Testimonials.astro +38 -0
  67. package/apps/storefront/src/components/marketing/TrustBar.astro +22 -0
  68. package/apps/storefront/src/components/nav/Footer.astro +148 -0
  69. package/apps/storefront/src/components/nav/Header.astro +190 -0
  70. package/apps/storefront/src/components/plp/ActiveFilters.astro +79 -0
  71. package/apps/storefront/src/components/plp/FacetSidebar.astro +146 -0
  72. package/apps/storefront/src/components/plp/Pagination.astro +99 -0
  73. package/apps/storefront/src/components/plp/SortSelect.astro +64 -0
  74. package/apps/storefront/src/config/devTenants.ts +16 -0
  75. package/apps/storefront/src/config/kvTenantResolver.ts +87 -0
  76. package/apps/storefront/src/config/resolver.ts +46 -0
  77. package/apps/storefront/src/config/tenants.ts +193 -0
  78. package/apps/storefront/src/layouts/Layout.astro +303 -0
  79. package/apps/storefront/src/lib/analytics/index.ts +47 -0
  80. package/apps/storefront/src/lib/auth/brokerAssertion.ts +136 -0
  81. package/apps/storefront/src/lib/auth/devAuth.ts +90 -0
  82. package/apps/storefront/src/lib/auth/gatePage.ts +81 -0
  83. package/apps/storefront/src/lib/auth/identityToken.ts +341 -0
  84. package/apps/storefront/src/lib/auth/loginGate.ts +107 -0
  85. package/apps/storefront/src/lib/auth/route.ts +146 -0
  86. package/apps/storefront/src/lib/auth/session.ts +203 -0
  87. package/apps/storefront/src/lib/auth/totAccessClient.ts +503 -0
  88. package/apps/storefront/src/lib/basePath.ts +41 -0
  89. package/apps/storefront/src/lib/cfImage.ts +55 -0
  90. package/apps/storefront/src/lib/chrome/model.ts +65 -0
  91. package/apps/storefront/src/lib/colors.ts +97 -0
  92. package/apps/storefront/src/lib/content-edit/client.ts +230 -0
  93. package/apps/storefront/src/lib/content-edit/index.ts +14 -0
  94. package/apps/storefront/src/lib/content-edit/route.ts +25 -0
  95. package/apps/storefront/src/lib/content-edit/types.ts +19 -0
  96. package/apps/storefront/src/lib/cspStaticHashes.ts +24 -0
  97. package/apps/storefront/src/lib/d1/catalog.ts +289 -0
  98. package/apps/storefront/src/lib/dashboard/staffAdmission.ts +43 -0
  99. package/apps/storefront/src/lib/dashboard/staffVendorAccess.ts +449 -0
  100. package/apps/storefront/src/lib/dashboard/tenantSelection.ts +136 -0
  101. package/apps/storefront/src/lib/dashboard/vendorQuery.ts +61 -0
  102. package/apps/storefront/src/lib/demoGate.ts +113 -0
  103. package/apps/storefront/src/lib/dev/ai-widget-client.js +127 -0
  104. package/apps/storefront/src/lib/dev/cliSignInCode.ts +132 -0
  105. package/apps/storefront/src/lib/diag/redact.ts +20 -0
  106. package/apps/storefront/src/lib/edgeCache.ts +128 -0
  107. package/apps/storefront/src/lib/email/magicLinkInviteEmail.ts +62 -0
  108. package/apps/storefront/src/lib/env.ts +60 -0
  109. package/apps/storefront/src/lib/fixtures/sampleProducts.ts +130 -0
  110. package/apps/storefront/src/lib/format.ts +29 -0
  111. package/apps/storefront/src/lib/foxyCommerce.ts +49 -0
  112. package/apps/storefront/src/lib/imageAttrs.ts +55 -0
  113. package/apps/storefront/src/lib/jsonld.ts +136 -0
  114. package/apps/storefront/src/lib/maintenance.ts +71 -0
  115. package/apps/storefront/src/lib/memoryKv.ts +32 -0
  116. package/apps/storefront/src/lib/messaging/messagesClient.ts +143 -0
  117. package/apps/storefront/src/lib/placeholder.ts +99 -0
  118. package/apps/storefront/src/lib/previewReload.ts +125 -0
  119. package/apps/storefront/src/lib/rawMarketingHtml.ts +133 -0
  120. package/apps/storefront/src/lib/search/index.ts +74 -0
  121. package/apps/storefront/src/lib/sections.ts +129 -0
  122. package/apps/storefront/src/lib/securityHeaders.ts +31 -0
  123. package/apps/storefront/src/lib/storyblok/content-model.ts +289 -0
  124. package/apps/storefront/src/lib/storyblok/provider.ts +524 -0
  125. package/apps/storefront/src/lib/tenantRouting.ts +91 -0
  126. package/apps/storefront/src/lib/tot/ToTClient.ts +177 -0
  127. package/apps/storefront/src/lib/tot/d1Client.ts +62 -0
  128. package/apps/storefront/src/lib/tot/query.ts +187 -0
  129. package/apps/storefront/src/lib/tot/totClientInterface.ts +30 -0
  130. package/apps/storefront/src/lib/url.ts +119 -0
  131. package/apps/storefront/src/lib/wishlist.ts +63 -0
  132. package/apps/storefront/src/middleware/index.ts +413 -0
  133. package/apps/storefront/src/pages/404.astro +61 -0
  134. package/apps/storefront/src/pages/[...slug].astro +90 -0
  135. package/apps/storefront/src/pages/api/auth/logout.ts +21 -0
  136. package/apps/storefront/src/pages/api/auth/magic-exchange.ts +107 -0
  137. package/apps/storefront/src/pages/api/auth/send.ts +85 -0
  138. package/apps/storefront/src/pages/api/auth/verify.ts +135 -0
  139. package/apps/storefront/src/pages/api/cache-purge.ts +44 -0
  140. package/apps/storefront/src/pages/api/content-edit/ai-edit.ts +64 -0
  141. package/apps/storefront/src/pages/api/csp-report.ts +25 -0
  142. package/apps/storefront/src/pages/api/dashboard/enter-vendor.ts +124 -0
  143. package/apps/storefront/src/pages/api/dashboard/vendor-search.ts +120 -0
  144. package/apps/storefront/src/pages/api/dev/cli-signin-code.ts +44 -0
  145. package/apps/storefront/src/pages/api/newsletter.ts +104 -0
  146. package/apps/storefront/src/pages/api/request-access.ts +172 -0
  147. package/apps/storefront/src/pages/auth/login.astro +149 -0
  148. package/apps/storefront/src/pages/auth/magic.astro +105 -0
  149. package/apps/storefront/src/pages/capabilities.astro +292 -0
  150. package/apps/storefront/src/pages/collections/[handle].astro +154 -0
  151. package/apps/storefront/src/pages/collections/index.astro +59 -0
  152. package/apps/storefront/src/pages/dashboard/[appDomain]/index.astro +100 -0
  153. package/apps/storefront/src/pages/dashboard/[appDomain]/team.astro +154 -0
  154. package/apps/storefront/src/pages/dashboard/index.astro +160 -0
  155. package/apps/storefront/src/pages/dev.astro +653 -0
  156. package/apps/storefront/src/pages/index.astro +290 -0
  157. package/apps/storefront/src/pages/llms.txt.ts +92 -0
  158. package/apps/storefront/src/pages/products/[handle].astro +443 -0
  159. package/apps/storefront/src/pages/robots.txt.ts +24 -0
  160. package/apps/storefront/src/pages/saved.astro +35 -0
  161. package/apps/storefront/src/pages/search.astro +150 -0
  162. package/apps/storefront/src/pages/sitemap.xml.ts +78 -0
  163. package/apps/storefront/src/pages/style-guide/[tenant]/[theme].astro +646 -0
  164. package/apps/storefront/src/pages/style-guide/[tenant]/index.astro +85 -0
  165. package/apps/storefront/src/pages/style-guide/index.astro +94 -0
  166. package/apps/storefront/src/pages/tenants/[id]/[...path].ts +57 -0
  167. package/apps/storefront/src/styles/global.css +277 -0
  168. package/apps/storefront/src/themes/reference.ts +61 -0
  169. package/apps/storefront/src/themes/schema.ts +111 -0
  170. package/apps/storefront/src/themes/tenants/index.ts +51 -0
  171. package/apps/storefront/tsconfig.json +16 -0
  172. package/apps/storefront/vitest.config.ts +22 -0
  173. package/apps/storefront/wrangler.toml +175 -0
  174. package/package.json +23 -0
  175. package/packages/public-runtime/LICENSE +58 -0
  176. package/packages/public-runtime/package.json +22 -0
  177. package/packages/public-runtime/src/binary-path.ts +68 -0
  178. package/packages/public-runtime/src/capabilities.ts +89 -0
  179. package/packages/public-runtime/src/catalog-api.ts +81 -0
  180. package/packages/public-runtime/src/catalog-d1.ts +192 -0
  181. package/packages/public-runtime/src/csp.ts +109 -0
  182. package/packages/public-runtime/src/customization-preview.ts +197 -0
  183. package/packages/public-runtime/src/customization-reconcile.ts +63 -0
  184. package/packages/public-runtime/src/customization-runtime.ts +157 -0
  185. package/packages/public-runtime/src/customization-scripts.ts +64 -0
  186. package/packages/public-runtime/src/customization-versioning.ts +95 -0
  187. package/packages/public-runtime/src/foxy.ts +184 -0
  188. package/packages/public-runtime/src/index.ts +30 -0
  189. package/packages/public-runtime/src/product.ts +159 -0
  190. package/packages/public-runtime/src/search.ts +45 -0
  191. package/packages/public-runtime/src/tenant-assets.ts +444 -0
  192. package/packages/public-runtime/src/tenant.ts +243 -0
  193. package/packages/public-runtime/tsconfig.json +8 -0
  194. package/packages/public-runtime/vitest.config.ts +8 -0
  195. package/pnpm-workspace.yaml +7 -0
  196. package/scripts/build/copy-tenant-assets.mjs +69 -0
  197. package/scripts/tot-dev.mjs +439 -0
  198. package/tenants/bigdvapor/content/blog.json +52 -0
  199. package/tenants/bigdvapor/content/chrome.html +149 -0
  200. package/tenants/bigdvapor/content/chrome.json +47 -0
  201. package/tenants/bigdvapor/content/home.html +463 -0
  202. package/tenants/bigdvapor/content/home.json +73 -0
  203. package/tenants/bigdvapor/content/pages/about.json +5 -0
  204. package/tenants/bigdvapor/content/pages/privacy.json +6 -0
  205. package/tenants/bigdvapor/content/pages/shipping-returns.json +6 -0
  206. package/tenants/bigdvapor/content/pages-html/blogs/news.html +86 -0
  207. package/tenants/bigdvapor/content/pages-html/pages/about-us.html +106 -0
  208. package/tenants/bigdvapor/content/pages-html/pages/contact-us.html +61 -0
  209. package/tenants/bigdvapor/content/pages-html/pages/privacy-policy.html +72 -0
  210. package/tenants/bigdvapor/content/pages-html/pages/shipping-returns.html +172 -0
  211. package/tenants/bigdvapor/content/themes/bigd-navy.json +109 -0
  212. package/tenants/bigdvapor/public/img/brands/adjust-vape-disposable.png +0 -0
  213. package/tenants/bigdvapor/public/img/brands/again-vape-disposable.png +0 -0
  214. package/tenants/bigdvapor/public/img/brands/al-fakher-vape-disposable.png +0 -0
  215. package/tenants/bigdvapor/public/img/brands/arro-vape-disposable.png +0 -0
  216. package/tenants/bigdvapor/public/img/brands/cookies-vape-disposable.png +0 -0
  217. package/tenants/bigdvapor/public/img/brands/core-vape-disposable.png +0 -0
  218. package/tenants/bigdvapor/public/img/brands/cyclone-vape-disposable.png +0 -0
  219. package/tenants/bigdvapor/public/img/brands/dinner-lady-vape-disposable.png +0 -0
  220. package/tenants/bigdvapor/public/img/brands/extre-bar-vape-disposable.png +0 -0
  221. package/tenants/bigdvapor/public/img/brands/fifty-bar-vape-disposable.jpg +0 -0
  222. package/tenants/bigdvapor/public/img/brands/firerose-vape-disposable.jpg +0 -0
  223. package/tenants/bigdvapor/public/img/brands/flavor-beast-vape-disposable.jpg +0 -0
  224. package/tenants/bigdvapor/public/img/brands/foger-vape-disposable.png +0 -0
  225. package/tenants/bigdvapor/public/img/brands/kk-energy-vape-disposable.png +0 -0
  226. package/tenants/bigdvapor/public/img/brands/kumi-vape-disposable.png +0 -0
  227. package/tenants/bigdvapor/public/img/brands/lost-vape-dispoable.png +0 -0
  228. package/tenants/bigdvapor/public/img/brands/melo-labs-vape-disposable.png +0 -0
  229. package/tenants/bigdvapor/public/img/brands/mixo-vape-disposable.webp +0 -0
  230. package/tenants/bigdvapor/public/img/brands/one-tank-vape-disposable.jpg +0 -0
  231. package/tenants/bigdvapor/public/img/brands/oxbar-vape-disposable.webp +0 -0
  232. package/tenants/bigdvapor/public/img/brands/pillow-talk-vape-disposable.jpg +0 -0
  233. package/tenants/bigdvapor/public/img/brands/pod-king-vape-disposable.jpg +0 -0
  234. package/tenants/bigdvapor/public/img/brands/raz-vape-disposable.png +0 -0
  235. package/tenants/bigdvapor/public/img/hero-texas.jpg +0 -0
  236. package/tenants/bigdvapor/public/img/og.jpg +0 -0
  237. package/tenants/bigdvapor/public/img/pages/AdobeStock_202106312_web.jpg +0 -0
  238. package/tenants/bigdvapor/public/img/pages/CREW_web.jpg +0 -0
  239. package/tenants/bigdvapor/public/img/pages/Hero-Image.jpg +0 -0
  240. package/tenants/bigdvapor/public/img/tiles/adjust.png +0 -0
  241. package/tenants/bigdvapor/public/img/tiles/again.png +0 -0
  242. package/tenants/bigdvapor/public/img/tiles/al-fakher.png +0 -0
  243. package/tenants/bigdvapor/public/img/tiles/arro.png +0 -0
  244. package/tenants/bigdvapor/public/img/tiles/cookies.png +0 -0
  245. package/tenants/bigdvapor/public/img/tiles/core.png +0 -0
  246. package/tenants/bigdvapor/public/img/tiles/cyclone.png +0 -0
  247. package/tenants/bigdvapor/public/img/tiles/disposables.svg +23 -0
  248. package/tenants/bigdvapor/public/logo-wordmark.png +0 -0
  249. package/tenants/bigdvapor/public/pages/home.css +118 -0
  250. package/tenants/bigdvapor/public/pages/mkt.css +185 -0
  251. package/tenants/bigdvapor/public/pages/page.css +148 -0
  252. package/tenants/bigdvapor/public/themes/bigd-navy.css +73 -0
  253. package/tenants/bigdvapor/theme.json +12 -0
  254. package/tenants/giantvapes/content/chrome.html +152 -0
  255. package/tenants/giantvapes/content/chrome.json +94 -0
  256. package/tenants/giantvapes/content/home.html +194 -0
  257. package/tenants/giantvapes/content/home.json +50 -0
  258. package/tenants/giantvapes/content/pages/about.json +10 -0
  259. package/tenants/giantvapes/content/pages/privacy.json +6 -0
  260. package/tenants/giantvapes/content/pages/shipping-returns.json +6 -0
  261. package/tenants/giantvapes/content/pages-html/blogs/news.html +68 -0
  262. package/tenants/giantvapes/content/pages-html/pages/about-us.html +95 -0
  263. package/tenants/giantvapes/content/pages-html/pages/contact-us.html +68 -0
  264. package/tenants/giantvapes/content/pages-html/pages/privacy-policy.html +65 -0
  265. package/tenants/giantvapes/content/pages-html/pages/shipping-returns.html +77 -0
  266. package/tenants/giantvapes/content/themes/giant-navy.json +73 -0
  267. package/tenants/giantvapes/public/img/hero-suicide-bunny.jpg +0 -0
  268. package/tenants/giantvapes/public/img/hero.webp +0 -0
  269. package/tenants/giantvapes/public/img/og.jpg +0 -0
  270. package/tenants/giantvapes/public/logo-wordmark.png +0 -0
  271. package/tenants/giantvapes/public/pages/home.css +120 -0
  272. package/tenants/giantvapes/public/pages/mkt.css +185 -0
  273. package/tenants/giantvapes/public/pages/page.css +155 -0
  274. package/tenants/giantvapes/public/themes/giant-navy.css +76 -0
  275. package/tenants/giantvapes/theme.json +39 -0
  276. package/tenants/home/content/chrome.json +11 -0
  277. package/tenants/home/content/home.html +304 -0
  278. package/tenants/home/content/home.json +13 -0
  279. package/tenants/home/public/js/storefront.js +210 -0
  280. package/tenants/home/public/logo-wordmark.png +0 -0
  281. package/tenants/home/public/pages/storefront.css +212 -0
  282. package/tenants/home/theme.json +6 -0
  283. package/tenants/tokenoftrust/.tot/config.json +9 -0
  284. package/tenants/tokenoftrust/content/chrome.json +55 -0
  285. package/tenants/tokenoftrust/content/home.html +723 -0
  286. package/tenants/tokenoftrust/content/home.json +233 -0
  287. package/tenants/tokenoftrust/content/pages-html/careers.html +231 -0
  288. package/tenants/tokenoftrust/content/pages-html/company.html +275 -0
  289. package/tenants/tokenoftrust/content/pages-html/contact/contact-sales.html +188 -0
  290. package/tenants/tokenoftrust/content/pages-html/contact/startup-apply.html +206 -0
  291. package/tenants/tokenoftrust/content/pages-html/contact.html +178 -0
  292. package/tenants/tokenoftrust/content/pages-html/industries/adult-content-age-verification.html +286 -0
  293. package/tenants/tokenoftrust/content/pages-html/industries/cannabis.html +277 -0
  294. package/tenants/tokenoftrust/content/pages-html/pact-act-pricing.html +289 -0
  295. package/tenants/tokenoftrust/content/pages-html/pricing.html +483 -0
  296. package/tenants/tokenoftrust/content/pages-html/product/age-assurance/age-estimation.html +278 -0
  297. package/tenants/tokenoftrust/content/pages-html/product/age-assurance/age-gate.html +279 -0
  298. package/tenants/tokenoftrust/content/pages-html/product/age-assurance/age-verification.html +265 -0
  299. package/tenants/tokenoftrust/content/pages-html/product/age-assurance.html +173 -0
  300. package/tenants/tokenoftrust/content/pages-html/product/compliance/aml.html +214 -0
  301. package/tenants/tokenoftrust/content/pages-html/product/compliance/pact-act.html +226 -0
  302. package/tenants/tokenoftrust/content/pages-html/product/fraud-prevention.html +254 -0
  303. package/tenants/tokenoftrust/content/pages-html/product/social-profile-verification.html +212 -0
  304. package/tenants/tokenoftrust/content/pages-html/product/tax/excise-tax.html +213 -0
  305. package/tenants/tokenoftrust/content/pages-html/product/verification/aml.html +259 -0
  306. package/tenants/tokenoftrust/content/pages-html/product/verification/biometric-selfie.html +305 -0
  307. package/tenants/tokenoftrust/content/pages-html/product/verification/coverage.html +254 -0
  308. package/tenants/tokenoftrust/content/pages-html/product/verification/document-verification.html +306 -0
  309. package/tenants/tokenoftrust/content/pages-html/product/verification/electronic-identity-verification.html +304 -0
  310. package/tenants/tokenoftrust/content/pages-html/product/verification/government-id-verification.html +308 -0
  311. package/tenants/tokenoftrust/content/pages-html/product/verification.html +183 -0
  312. package/tenants/tokenoftrust/content/pages-html/product.html +228 -0
  313. package/tenants/tokenoftrust/content/pages-html/resources/integrations/bigcommerce-integration.html +220 -0
  314. package/tenants/tokenoftrust/content/pages-html/resources/integrations/shopify-integration.html +221 -0
  315. package/tenants/tokenoftrust/content/pages-html/resources/integrations/wordpress.html +220 -0
  316. package/tenants/tokenoftrust/content/pages-html/resources/integrations.html +172 -0
  317. package/tenants/tokenoftrust/content/pages-html/resources/refer-a-friend-program.html +317 -0
  318. package/tenants/tokenoftrust/content/pages-html/resources.html +177 -0
  319. package/tenants/tokenoftrust/content/pages-html/reviews.html +273 -0
  320. package/tenants/tokenoftrust/content/pages-html/solutions.html +292 -0
  321. package/tenants/tokenoftrust/content/pages-html/vlp-alcohol.html +289 -0
  322. package/tenants/tokenoftrust/content/pages-html/vlp-cigars-and-tobacco.html +286 -0
  323. package/tenants/tokenoftrust/content/pages-html/vlp-firearm-accessories.html +267 -0
  324. package/tenants/tokenoftrust/content/pages-html/vlp-peptides.html +273 -0
  325. package/tenants/tokenoftrust/content/themes/tot-navy.json +88 -0
  326. package/tenants/tokenoftrust/public/favicon.png +0 -0
  327. package/tenants/tokenoftrust/public/logo-icon.png +0 -0
  328. package/tenants/tokenoftrust/public/logo-wordmark.png +0 -0
  329. package/tenants/tokenoftrust/public/pages/company.css +108 -0
  330. package/tenants/tokenoftrust/public/pages/home.css +457 -0
  331. package/tenants/tokenoftrust/public/pages/mkt.css +482 -0
  332. package/tenants/tokenoftrust/public/pages/pricing.css +214 -0
  333. package/tenants/tokenoftrust/public/pages/solutions.css +66 -0
  334. package/tenants/tokenoftrust/public/themes/tot-navy-1.0.0.css +136 -0
  335. package/tenants/tokenoftrust/public/themes/tot-navy.css +358 -0
  336. package/tenants/tokenoftrust/theme.json +31 -0
  337. package/tsconfig.base.json +20 -0
@@ -0,0 +1,306 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <link rel="icon" type="image/png" href="/tenants/tokenoftrust/favicon.png">
7
+ <title>Document &amp; Identity Verification Software | Token of Trust</title>
8
+ <meta name="description" content="Verify industry-specific documents with our Document &amp; Identity Verification Software, including utility bills, bank statements, and insurance documents.">
9
+ <link rel="canonical" href="https://tokenoftrust.com/product/verification/document-verification/">
10
+ <meta name="robots" content="index,follow,max-image-preview:large">
11
+ <meta property="og:type" content="website">
12
+ <meta property="og:site_name" content="Token of Trust">
13
+ <meta property="og:title" content="Document &amp; Identity Verification Software — Token of Trust">
14
+ <meta property="og:description" content="Secure document cross-referencing for industry-specific documents like utility bills and bank statements.">
15
+ <meta property="og:url" content="https://tokenoftrust.com/product/verification/document-verification/">
16
+ <meta name="twitter:card" content="summary_large_image">
17
+ <meta name="twitter:title" content="Document Verification — Token of Trust">
18
+ <meta name="twitter:description" content="Secure document cross-referencing.">
19
+ <script type="application/ld+json">
20
+ {
21
+ "@context": "https://schema.org",
22
+ "@graph": [
23
+ {
24
+ "@type": "Organization",
25
+ "@id": "https://tokenoftrust.com/#org",
26
+ "name": "Token of Trust",
27
+ "url": "https://tokenoftrust.com/",
28
+ "logo": "/tenants/tokenoftrust/logo-icon.png",
29
+ "slogan": "Real Customers. Less Fraud. More Trust."
30
+ },
31
+ {
32
+ "@type": "WebPage",
33
+ "name": "Document & Identity Verification Software | Token of Trust",
34
+ "url": "https://tokenoftrust.com/product/verification/document-verification/"
35
+ }
36
+ ]
37
+ }
38
+ </script>
39
+ <link rel="stylesheet" href="/tenants/tokenoftrust/themes/tot-navy.css">
40
+ <link rel="stylesheet" href="/tenants/tokenoftrust/pages/mkt.css">
41
+ </head>
42
+ <body>
43
+ <a class="skip-link" href="#main">Skip to main content</a>
44
+
45
+ <header class="site">
46
+ <div class="container nav-row">
47
+ <a class="brand" href="/" aria-label="Token of Trust home"><img src="/tenants/tokenoftrust/logo-wordmark.png" alt="Token of Trust" width="156" height="34" style="height:34px;width:auto;display:block"></a>
48
+ <nav class="primary" id="primaryNav" aria-label="Primary">
49
+ <ul>
50
+ <li><a class="active" href="/product/" aria-current="page">Platform</a></li>
51
+ <li><a href="/solutions/">Industries</a></li>
52
+ <li><a href="/company/">Company</a></li>
53
+ <li><a href="/resources/">Resources</a></li>
54
+ <li><a href="/pricing/">Pricing</a></li>
55
+ <li><a href="https://app.tokenoftrust.com">Login</a></li>
56
+ </ul>
57
+ </nav>
58
+ <div class="nav-cta">
59
+ <a class="btn btn-line" href="/contact/">Book Demo</a>
60
+ <a class="btn btn-green" href="https://app.tokenoftrust.com">Start For Free</a>
61
+ <button class="hamburger" id="hamburger" aria-label="Toggle navigation menu" aria-expanded="false" aria-controls="primaryNav"><span></span><span></span><span></span></button>
62
+ </div>
63
+ </div>
64
+ </header>
65
+
66
+ <main id="main">
67
+ <nav class="container crumbs" aria-label="Breadcrumb">
68
+ <a href="/">Home</a><span class="sep">›</span>
69
+ <a href="/product/">Platform</a><span class="sep">›</span>
70
+ <a href="/product/verification/">Identity Verification</a><span class="sep">›</span>
71
+ <span aria-current="page">Document Verification</span>
72
+ </nav>
73
+
74
+ <section class="hero" aria-labelledby="hero-heading">
75
+ <div class="container">
76
+ <span class="eyebrow"><span class="dot"></span>Identity Verification</span>
77
+ <h1 id="hero-heading">Secure <span class="grad">document cross-referencing.</span></h1>
78
+ <p class="lede">
79
+ Basic ID checks aren't enough for many industries that rely on specialized credentials. Our service
80
+ takes document verification to the next level by thoroughly reviewing and validating industry-specific
81
+ documents.
82
+ </p>
83
+ <div class="cta-row">
84
+ <a class="btn btn-green" href="https://app.tokenoftrust.com">Start For Free</a>
85
+ <a class="btn btn-line" href="/contact/">Talk to an expert</a>
86
+ </div>
87
+ </div>
88
+ </section>
89
+
90
+ <section aria-labelledby="cap-heading">
91
+ <div class="container">
92
+ <div class="center reveal">
93
+ <span class="kicker">Capabilities</span>
94
+ <h2 id="cap-heading">Validation beyond the basic ID</h2>
95
+ <p class="section-lede">Confirm the documents that specialized industries depend on.</p>
96
+ </div>
97
+ <div class="feature-grid reveal">
98
+ <article class="feat-card accent">
99
+ <h3>Comprehensive document validation</h3>
100
+ <p>Thoroughly reviews and validates industry-specific documents to confirm they are genuine.</p>
101
+ </article>
102
+ <article class="feat-card accent">
103
+ <h3>Industry-specific expertise</h3>
104
+ <p>Handles specialized credentials such as utility bills, bank statements, and insurance documents.</p>
105
+ </article>
106
+ <article class="feat-card accent">
107
+ <h3>Enhanced verification accuracy</h3>
108
+ <p>Real-time checks and fraud-prevention measures ensure the documents you verify are authentic.</p>
109
+ </article>
110
+ <article class="feat-card accent">
111
+ <h3>Increased certainty</h3>
112
+ <p>Higher confidence in document authenticity with a process tailored to industry-specific standards.</p>
113
+ </article>
114
+ <article class="feat-card accent">
115
+ <h3>Significant time savings</h3>
116
+ <p>Fast, efficient verification technology reduces time spent on manual checks and processing.</p>
117
+ </article>
118
+ <article class="feat-card accent">
119
+ <h3>Secure storage with encryption</h3>
120
+ <p>Advanced encryption keeps sensitive images and information safe and confidential.</p>
121
+ </article>
122
+ </div>
123
+ </div>
124
+ </section>
125
+
126
+ <section class="alt-bg" aria-labelledby="how-heading">
127
+ <div class="container">
128
+ <div class="center reveal">
129
+ <span class="kicker">How it works</span>
130
+ <h2 id="how-heading">Screen, integrate, store, decide</h2>
131
+ </div>
132
+ <div class="steps reveal">
133
+ <div class="step">
134
+ <span class="num">01</span>
135
+ <h3>Screen with confidence</h3>
136
+ <p>Our Know Your Customer (KYC) process thoroughly screens each document to ensure it's genuine and meets
137
+ industry standards.</p>
138
+ </div>
139
+ <div class="step">
140
+ <span class="num">02</span>
141
+ <h3>Seamless integration</h3>
142
+ <p>Easily add verification to your existing workflow to enhance your current system.</p>
143
+ </div>
144
+ <div class="step">
145
+ <span class="num">03</span>
146
+ <h3>Safe and secure storage</h3>
147
+ <p>Verification status is held between 90 days and 1 year depending on your plan, protected with 256-bit
148
+ SSL encryption.</p>
149
+ </div>
150
+ <div class="step">
151
+ <span class="num">04</span>
152
+ <h3>Comprehensive results</h3>
153
+ <p>Receive detailed insights into each document's credibility for a clear picture of its validity.</p>
154
+ </div>
155
+ </div>
156
+ </div>
157
+ </section>
158
+
159
+ <section aria-labelledby="verify-heading">
160
+ <div class="container">
161
+ <div class="split reveal">
162
+ <div class="split-copy">
163
+ <span class="kicker">Verify more customers</span>
164
+ <h2 id="verify-heading">Global reach, efficient by design</h2>
165
+ <p>
166
+ Expand your capabilities with a global document-verification solution built to securely validate
167
+ documents from customers worldwide. It integrates with your existing systems so you can manage and
168
+ verify documents at scale.
169
+ </p>
170
+ <a class="card-link" href="/product/verification/coverage/">See verification coverage →</a>
171
+ </div>
172
+ <ul class="check-list">
173
+ <li><b>Global document reach</b><span>Securely and reliably validate documents from customers worldwide.</span></li>
174
+ <li><b>Streamlined efficiency</b><span>Accurately assess documents such as utility bills and bank statements,
175
+ reducing manual effort.</span></li>
176
+ <li><b>High security and accuracy</b><span>Real-time checks and fraud-prevention measures keep verified
177
+ documents authentic and reliable.</span></li>
178
+ </ul>
179
+ </div>
180
+ </div>
181
+ </section>
182
+
183
+ <section class="alt-bg" aria-labelledby="privacy-heading">
184
+ <div class="container center reveal">
185
+ <span class="kicker">Trust through privacy</span>
186
+ <h2 id="privacy-heading">Fostering trust through privacy</h2>
187
+ <p class="section-lede">
188
+ Our commitment to privacy runs deep within the fabric of our solutions. Through cutting-edge security
189
+ and encryption, Token of Trust provides a trustworthy foundation for businesses seeking reliable
190
+ identity and compliance solutions.
191
+ </p>
192
+ <div class="reassure-row">
193
+ <div class="reassurance"><b>256-bit SSL</b><span>Encryption 100% of the time on every device.</span></div>
194
+ <div class="reassurance"><b>We never sell your data</b><span>Your business and consumer data stays yours.</span></div>
195
+ <div class="reassurance"><b>GDPR compliant</b><span>Aligned with GDPR and global privacy laws.</span></div>
196
+ </div>
197
+ </div>
198
+ </section>
199
+
200
+ <section aria-labelledby="related-heading">
201
+ <div class="container">
202
+ <div class="center reveal">
203
+ <span class="kicker">Related verification</span>
204
+ <h2 id="related-heading">Layer in more identity signals</h2>
205
+ </div>
206
+ <div class="feature-grid three reveal">
207
+ <article class="feat-card">
208
+ <h3>Government ID Verification</h3>
209
+ <p>Confirm passports, licenses, and IDs with automated document authentication.</p>
210
+ <a class="card-link" href="/product/verification/government-id-verification/">Explore government ID →</a>
211
+ </article>
212
+ <article class="feat-card">
213
+ <h3>Electronic Identity Verification</h3>
214
+ <p>Confirm identities against authoritative databases during checkout or onboarding.</p>
215
+ <a class="card-link" href="/product/verification/electronic-identity-verification/">Explore data verification
216
+ →</a>
217
+ </article>
218
+ <article class="feat-card">
219
+ <h3>Biometric Selfie</h3>
220
+ <p>Match a live selfie to the document holder with biometric facial analysis.</p>
221
+ <a class="card-link" href="/product/verification/biometric-selfie/">Explore biometric selfie →</a>
222
+ </article>
223
+ </div>
224
+ </div>
225
+ </section>
226
+
227
+ <section aria-labelledby="faq-heading">
228
+ <div class="container">
229
+ <div class="center reveal">
230
+ <span class="kicker">FAQ</span>
231
+ <h2 id="faq-heading">Frequently asked questions</h2>
232
+ </div>
233
+ <div class="faq reveal">
234
+ <details><summary>What is document verification?</summary><p>Document verification, or doc verification,
235
+ is the process of confirming the authenticity and validity of documents to ensure they are genuine and
236
+ meet required standards.</p></details>
237
+ <details><summary>How are documents verified?</summary><p>Authenticity is checked against official sources
238
+ using automated document-verification software, which helps detect forgeries and validates the document's
239
+ details and features.</p></details>
240
+ <details><summary>What is the purpose of the verification process?</summary><p>To ensure verification documents
241
+ are genuine and accurate — preventing fraud, meeting regulatory requirements, and maintaining trust in
242
+ the information provided.</p></details>
243
+ <details><summary>What are officially verified documents?</summary><p>Documents confirmed as authentic
244
+ through doc verification by a trusted authority or verification service, ensuring their legitimacy and
245
+ compliance with legal or industry standards.</p></details>
246
+ </div>
247
+ </div>
248
+ </section>
249
+
250
+ <section aria-labelledby="cta-heading">
251
+ <div class="container">
252
+ <div class="cta-band reveal">
253
+ <span class="kicker">Ready to safely acquire new customers?</span>
254
+ <h2 id="cta-heading">Validate the documents that matter</h2>
255
+ <p>Free trial. No credit card needed. Start verifying documents today, or talk to our team about your requirements.</p>
256
+ <div class="cta-row">
257
+ <a class="btn btn-green" href="https://app.tokenoftrust.com">Start For Free</a>
258
+ <a class="btn btn-line" href="/contact/">Contact Sales</a>
259
+ </div>
260
+ </div>
261
+ </div>
262
+ </section>
263
+ </main>
264
+
265
+ <footer class="site">
266
+ <div class="container">
267
+ <div class="foot-grid">
268
+ <div>
269
+ <a class="brand" href="/" aria-label="Token of Trust home"><img src="/tenants/tokenoftrust/logo-wordmark.png" alt="Token of Trust" width="156" height="34" style="height:34px;width:auto;display:block"></a>
270
+ <p class="foot-note">Customer verification and compliance for regulated ecommerce. 256-bit SSL. We will
271
+ NEVER sell your data. GDPR · CCPA · PIPEDA.</p>
272
+ </div>
273
+ <nav aria-label="Platform footer"><h3>Platform</h3><ul>
274
+ <li><a href="/product/verification/">Identity Verification</a></li>
275
+ <li><a href="/product/age-assurance/">Age Assurance</a></li>
276
+ <li><a href="/product/fraud-prevention/">Fraud Prevention</a></li>
277
+ <li><a href="/product/">All products</a></li>
278
+ </ul></nav>
279
+ <nav aria-label="Industries footer"><h3>Industries</h3><ul>
280
+ <li><a href="/solutions/">All industries</a></li>
281
+ <li><a href="/vlp-cigars-and-tobacco/">Tobacco &amp; Vape</a></li>
282
+ <li><a href="/vlp-alcohol/">Wine &amp; Spirits</a></li>
283
+ <li><a href="/industries/cannabis/">Cannabis</a></li>
284
+ </ul></nav>
285
+ <nav aria-label="Company footer"><h3>Company</h3><ul>
286
+ <li><a href="/company/">Company</a></li>
287
+ <li><a href="/careers/">Careers</a></li>
288
+ <li><a href="/pricing/">Pricing</a></li>
289
+ <li><a href="/contact/">Contact Sales</a></li>
290
+ </ul></nav>
291
+ </div>
292
+ <p class="copyright">© 2026 Token of Trust®. All rights reserved.</p>
293
+ </div>
294
+ </footer>
295
+
296
+ <script>
297
+ (function(){
298
+ var burger = document.getElementById('hamburger');
299
+ var nav = document.getElementById('primaryNav');
300
+ burger.addEventListener('click', function(){ var open = nav.classList.toggle('open'); burger.setAttribute('aria-expanded', open ? 'true' : 'false'); });
301
+ var io = new IntersectionObserver(function(entries){ entries.forEach(function(e){ if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target); } }); }, {threshold:.12});
302
+ document.querySelectorAll('.reveal').forEach(function(el){ io.observe(el); });
303
+ })();
304
+ </script>
305
+ </body>
306
+ </html>
@@ -0,0 +1,304 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <link rel="icon" type="image/png" href="/tenants/tokenoftrust/favicon.png">
7
+ <title>Electronic Identity Verification | Token of Trust</title>
8
+ <meta name="description" content="Seamlessly verify identities through checkout or onboarding with our Electronic Identity Verification, ensuring legitimate customers and reducing fraud in e-commerce.">
9
+ <link rel="canonical" href="https://tokenoftrust.com/product/verification/electronic-identity-verification/">
10
+ <meta name="robots" content="index,follow,max-image-preview:large">
11
+ <meta property="og:type" content="website">
12
+ <meta property="og:site_name" content="Token of Trust">
13
+ <meta property="og:title" content="Electronic Identity Verification — Token of Trust">
14
+ <meta property="og:description" content="Verify identities against authoritative databases during checkout or onboarding to reduce fraud.">
15
+ <meta property="og:url" content="https://tokenoftrust.com/product/verification/electronic-identity-verification/">
16
+ <meta name="twitter:card" content="summary_large_image">
17
+ <meta name="twitter:title" content="Electronic Identity Verification — Token of Trust">
18
+ <meta name="twitter:description" content="Identity verification by authoritative databases.">
19
+ <script type="application/ld+json">
20
+ {
21
+ "@context": "https://schema.org",
22
+ "@graph": [
23
+ {
24
+ "@type": "Organization",
25
+ "@id": "https://tokenoftrust.com/#org",
26
+ "name": "Token of Trust",
27
+ "url": "https://tokenoftrust.com/",
28
+ "logo": "/tenants/tokenoftrust/logo-icon.png",
29
+ "slogan": "Real Customers. Less Fraud. More Trust."
30
+ },
31
+ {
32
+ "@type": "WebPage",
33
+ "name": "Electronic Identity Verification | Token of Trust",
34
+ "url": "https://tokenoftrust.com/product/verification/electronic-identity-verification/"
35
+ }
36
+ ]
37
+ }
38
+ </script>
39
+ <link rel="stylesheet" href="/tenants/tokenoftrust/themes/tot-navy.css">
40
+ <link rel="stylesheet" href="/tenants/tokenoftrust/pages/mkt.css">
41
+ </head>
42
+ <body>
43
+ <a class="skip-link" href="#main">Skip to main content</a>
44
+
45
+ <header class="site">
46
+ <div class="container nav-row">
47
+ <a class="brand" href="/" aria-label="Token of Trust home"><img src="/tenants/tokenoftrust/logo-wordmark.png" alt="Token of Trust" width="156" height="34" style="height:34px;width:auto;display:block"></a>
48
+ <nav class="primary" id="primaryNav" aria-label="Primary">
49
+ <ul>
50
+ <li><a class="active" href="/product/" aria-current="page">Platform</a></li>
51
+ <li><a href="/solutions/">Industries</a></li>
52
+ <li><a href="/company/">Company</a></li>
53
+ <li><a href="/resources/">Resources</a></li>
54
+ <li><a href="/pricing/">Pricing</a></li>
55
+ <li><a href="https://app.tokenoftrust.com">Login</a></li>
56
+ </ul>
57
+ </nav>
58
+ <div class="nav-cta">
59
+ <a class="btn btn-line" href="/contact/">Book Demo</a>
60
+ <a class="btn btn-green" href="https://app.tokenoftrust.com">Start For Free</a>
61
+ <button class="hamburger" id="hamburger" aria-label="Toggle navigation menu" aria-expanded="false" aria-controls="primaryNav"><span></span><span></span><span></span></button>
62
+ </div>
63
+ </div>
64
+ </header>
65
+
66
+ <main id="main">
67
+ <nav class="container crumbs" aria-label="Breadcrumb">
68
+ <a href="/">Home</a><span class="sep">›</span>
69
+ <a href="/product/">Platform</a><span class="sep">›</span>
70
+ <a href="/product/verification/">Identity Verification</a><span class="sep">›</span>
71
+ <span aria-current="page">Electronic Identity Verification</span>
72
+ </nav>
73
+
74
+ <section class="hero" aria-labelledby="hero-heading">
75
+ <div class="container">
76
+ <span class="eyebrow"><span class="dot"></span>Identity Verification</span>
77
+ <h1 id="hero-heading">Identity verification by <span class="grad">authoritative databases.</span></h1>
78
+ <p class="lede">
79
+ Data verification is necessary for businesses to confirm the legitimacy of their customers and prevent
80
+ fraud, such as fake payments and chargebacks — seamlessly, right inside checkout or onboarding.
81
+ </p>
82
+ <div class="cta-row">
83
+ <a class="btn btn-green" href="https://app.tokenoftrust.com">Start For Free</a>
84
+ <a class="btn btn-line" href="/contact/">Talk to an expert</a>
85
+ </div>
86
+ </div>
87
+ </section>
88
+
89
+ <section aria-labelledby="cap-heading">
90
+ <div class="container">
91
+ <div class="center reveal">
92
+ <span class="kicker">Capabilities</span>
93
+ <h2 id="cap-heading">Fast, low-friction identity checks</h2>
94
+ <p class="section-lede">Confirm real customers with minimal disruption to the buying experience.</p>
95
+ </div>
96
+ <div class="feature-grid reveal">
97
+ <article class="feat-card accent">
98
+ <h3>Fast and easy verification</h3>
99
+ <p>Confirm a customer's information against authoritative databases and get results in seconds.</p>
100
+ </article>
101
+ <article class="feat-card accent">
102
+ <h3>Minimal experience disruption</h3>
103
+ <p>Designed to be easy and hassle-free so it doesn't disrupt checkout or onboarding.</p>
104
+ </article>
105
+ <article class="feat-card accent">
106
+ <h3>Effective fraud prevention</h3>
107
+ <p>Reduce fake payments and chargebacks by validating identities before you accept an order.</p>
108
+ </article>
109
+ <article class="feat-card accent">
110
+ <h3>Rock-solid confidence</h3>
111
+ <p>Higher certainty that every customer's information is thoroughly validated and reliable.</p>
112
+ </article>
113
+ <article class="feat-card accent">
114
+ <h3>Global trust record</h3>
115
+ <p>A universally accepted audit trail with transparent, verifiable records of your verification activity.</p>
116
+ </article>
117
+ <article class="feat-card accent">
118
+ <h3>Seamless experience</h3>
119
+ <p>Integrates effortlessly with your existing systems, keeping verification easy and intuitive.</p>
120
+ </article>
121
+ </div>
122
+ </div>
123
+ </section>
124
+
125
+ <section class="alt-bg" aria-labelledby="how-heading">
126
+ <div class="container">
127
+ <div class="center reveal">
128
+ <span class="kicker">How it works</span>
129
+ <h2 id="how-heading">From opt-in to trust report</h2>
130
+ </div>
131
+ <div class="steps reveal">
132
+ <div class="step">
133
+ <span class="num">01</span>
134
+ <h3>User opts in</h3>
135
+ <p>During checkout or onboarding, the customer fills out a form with the necessary information.</p>
136
+ </div>
137
+ <div class="step">
138
+ <span class="num">02</span>
139
+ <h3>Instant results</h3>
140
+ <p>The system checks the information against a database and returns results in a few seconds.</p>
141
+ </div>
142
+ <div class="step">
143
+ <span class="num">03</span>
144
+ <h3>Smooth experience</h3>
145
+ <p>The flow is easy and hassle-free, so it doesn't disrupt the customer's experience.</p>
146
+ </div>
147
+ <div class="step">
148
+ <span class="num">04</span>
149
+ <h3>Trustworthiness report</h3>
150
+ <p>A detailed report on the customer's credibility helps you make an informed decision — and repeat users
151
+ are recognized to speed up returning checks.</p>
152
+ </div>
153
+ </div>
154
+ </div>
155
+ </section>
156
+
157
+ <section aria-labelledby="verify-heading">
158
+ <div class="container">
159
+ <div class="split reveal">
160
+ <div class="split-copy">
161
+ <span class="kicker">Verify more customers</span>
162
+ <h2 id="verify-heading">Global reach, streamlined efficiency</h2>
163
+ <p>
164
+ Expand your verification capabilities with a solution designed to securely validate information from
165
+ users worldwide. It integrates with your existing systems, making it easy to confirm IDs and
166
+ credentials from any location.
167
+ </p>
168
+ <a class="card-link" href="/product/verification/coverage/">See verification coverage →</a>
169
+ </div>
170
+ <ul class="check-list">
171
+ <li><b>Global verification reach</b><span>Securely and reliably validate information from users worldwide
172
+ with seamless integration.</span></li>
173
+ <li><b>Streamlined efficiency</b><span>Advanced technology checks essential data quickly and accurately,
174
+ reducing manual effort.</span></li>
175
+ <li><b>High security and accuracy</b><span>Real-time checks and advanced fraud-prevention measures ensure
176
+ the data you verify is genuine.</span></li>
177
+ </ul>
178
+ </div>
179
+ </div>
180
+ </section>
181
+
182
+ <section class="alt-bg" aria-labelledby="privacy-heading">
183
+ <div class="container center reveal">
184
+ <span class="kicker">Trust through privacy</span>
185
+ <h2 id="privacy-heading">Fostering trust through privacy</h2>
186
+ <p class="section-lede">
187
+ Our commitment to privacy runs deep within the fabric of our solutions. Through cutting-edge security
188
+ and encryption, Token of Trust provides a trustworthy foundation for businesses seeking reliable
189
+ identity and compliance solutions.
190
+ </p>
191
+ <div class="reassure-row">
192
+ <div class="reassurance"><b>256-bit SSL</b><span>Encryption 100% of the time on every device.</span></div>
193
+ <div class="reassurance"><b>We never sell your data</b><span>Your business and consumer data stays yours.</span></div>
194
+ <div class="reassurance"><b>GDPR compliant</b><span>Aligned with GDPR and global privacy laws.</span></div>
195
+ </div>
196
+ </div>
197
+ </section>
198
+
199
+ <section aria-labelledby="related-heading">
200
+ <div class="container">
201
+ <div class="center reveal">
202
+ <span class="kicker">Related verification</span>
203
+ <h2 id="related-heading">Layer in more identity signals</h2>
204
+ </div>
205
+ <div class="feature-grid three reveal">
206
+ <article class="feat-card">
207
+ <h3>Government ID Verification</h3>
208
+ <p>Confirm passports, licenses, and IDs with automated document authentication.</p>
209
+ <a class="card-link" href="/product/verification/government-id-verification/">Explore government ID →</a>
210
+ </article>
211
+ <article class="feat-card">
212
+ <h3>Document Verification</h3>
213
+ <p>Validate industry-specific documents such as utility bills, bank statements, and insurance documents.</p>
214
+ <a class="card-link" href="/product/verification/document-verification/">Explore document verification
215
+ →</a>
216
+ </article>
217
+ <article class="feat-card">
218
+ <h3>Sanction &amp; Watchlist Screening</h3>
219
+ <p>Screen individuals against AML, sanction, and watchlists in minutes, not days.</p>
220
+ <a class="card-link" href="/product/verification/aml/">Explore AML screening →</a>
221
+ </article>
222
+ </div>
223
+ </div>
224
+ </section>
225
+
226
+ <section aria-labelledby="faq-heading">
227
+ <div class="container">
228
+ <div class="center reveal">
229
+ <span class="kicker">FAQ</span>
230
+ <h2 id="faq-heading">Frequently asked questions</h2>
231
+ </div>
232
+ <div class="faq reveal">
233
+ <details><summary>What is data validation?</summary><p>Data validation, or validating data, means checking
234
+ if the data entered into a system is accurate and correct before it's accepted.</p></details>
235
+ <details><summary>Validation vs. verification — what's the difference?</summary><p>Validation ensures a
236
+ system or data meets user needs and works as intended — building the right thing. Verification confirms
237
+ the system or data adheres to specified requirements and is accurate — building it correctly. Validation
238
+ is about correctness in use; verification is about accuracy and adherence to standards.</p></details>
239
+ <details><summary>What is the function of data verification?</summary><p>Its function is to confirm that
240
+ the information provided by users, or collected, is valid and matches official records.</p></details>
241
+ <details><summary>How do you verify information?</summary><p>Compare it against trusted sources or databases
242
+ to confirm its accuracy and authenticity — often by cross-checking details with official records or using
243
+ validation tools.</p></details>
244
+ </div>
245
+ </div>
246
+ </section>
247
+
248
+ <section aria-labelledby="cta-heading">
249
+ <div class="container">
250
+ <div class="cta-band reveal">
251
+ <span class="kicker">Ready to safely acquire new customers?</span>
252
+ <h2 id="cta-heading">Verify real customers, reduce fraud</h2>
253
+ <p>Free trial. No credit card needed. Start verifying customers today, or talk to our team about your requirements.</p>
254
+ <div class="cta-row">
255
+ <a class="btn btn-green" href="https://app.tokenoftrust.com">Start For Free</a>
256
+ <a class="btn btn-line" href="/contact/">Contact Sales</a>
257
+ </div>
258
+ </div>
259
+ </div>
260
+ </section>
261
+ </main>
262
+
263
+ <footer class="site">
264
+ <div class="container">
265
+ <div class="foot-grid">
266
+ <div>
267
+ <a class="brand" href="/" aria-label="Token of Trust home"><img src="/tenants/tokenoftrust/logo-wordmark.png" alt="Token of Trust" width="156" height="34" style="height:34px;width:auto;display:block"></a>
268
+ <p class="foot-note">Customer verification and compliance for regulated ecommerce. 256-bit SSL. We will
269
+ NEVER sell your data. GDPR · CCPA · PIPEDA.</p>
270
+ </div>
271
+ <nav aria-label="Platform footer"><h3>Platform</h3><ul>
272
+ <li><a href="/product/verification/">Identity Verification</a></li>
273
+ <li><a href="/product/age-assurance/">Age Assurance</a></li>
274
+ <li><a href="/product/fraud-prevention/">Fraud Prevention</a></li>
275
+ <li><a href="/product/">All products</a></li>
276
+ </ul></nav>
277
+ <nav aria-label="Industries footer"><h3>Industries</h3><ul>
278
+ <li><a href="/solutions/">All industries</a></li>
279
+ <li><a href="/vlp-cigars-and-tobacco/">Tobacco &amp; Vape</a></li>
280
+ <li><a href="/vlp-alcohol/">Wine &amp; Spirits</a></li>
281
+ <li><a href="/industries/cannabis/">Cannabis</a></li>
282
+ </ul></nav>
283
+ <nav aria-label="Company footer"><h3>Company</h3><ul>
284
+ <li><a href="/company/">Company</a></li>
285
+ <li><a href="/careers/">Careers</a></li>
286
+ <li><a href="/pricing/">Pricing</a></li>
287
+ <li><a href="/contact/">Contact Sales</a></li>
288
+ </ul></nav>
289
+ </div>
290
+ <p class="copyright">© 2026 Token of Trust®. All rights reserved.</p>
291
+ </div>
292
+ </footer>
293
+
294
+ <script>
295
+ (function(){
296
+ var burger = document.getElementById('hamburger');
297
+ var nav = document.getElementById('primaryNav');
298
+ burger.addEventListener('click', function(){ var open = nav.classList.toggle('open'); burger.setAttribute('aria-expanded', open ? 'true' : 'false'); });
299
+ var io = new IntersectionObserver(function(entries){ entries.forEach(function(e){ if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target); } }); }, {threshold:.12});
300
+ document.querySelectorAll('.reveal').forEach(function(el){ io.observe(el); });
301
+ })();
302
+ </script>
303
+ </body>
304
+ </html>