About Demo Bank E

Demo Bank E is a Next.js-based banking application designed to test BioCatch edge worker integration with modern frameworks.

Technical Stack

  • Framework: Next.js 15 with App Router
  • Deployment: Cloudflare Pages
  • Security: CSP headers via Cloudflare
  • Auth: Cookie-based session management

Integration Challenges

  • Edge workers run alongside static pages
  • CSP nonces generated at the edge
  • SDK injection with matching nonce
  • Session management via Cloudflare Functions