virto-connect
  • GETTING STARTED
    • Introduction
    • Requirements and Infrastructure
    • Quick Start Guide
    • Local Testing
  • Basics
    • virto-connect Component
    • Low-level SDK
  • API
    • Vos Mock
  • Resources
    • Adittional resources
Powered by GitBook
On this page
  • Verify that the backend is working:
  • Enable WebAuthn tool (Chromium based browsers) useful during testing
  1. GETTING STARTED

Local Testing

Verify that the backend is working:

curl http://localhost:3000/api/health

You should receive a response similar to:

{
  "status": "ok",
  "timestamp": "2023-09-28T12:00:00Z",
  "service": "vos-mock"
}

Enable WebAuthn tool (Chromium based browsers) useful during testing

  1. Open your browser inspector (Ctrl + Shift + I)

  2. Look at the left 3 points icon ⋮ (Customize and Control DevTools) between the config icon ⚙️ and the close icon ✖️.

  3. Click on "More tools"

  4. Select "WebAuthn" (It will display a new window)

  5. Click on "Enable virtual authenticator environment"

  6. Enable "Supports resident keys"

  7. Enable "Supports use verification"

  8. Enable "Supports large blob"

  9. Click on "Add"

PreviousQuick Start GuideNextvirto-connect Component

Last updated 18 days ago