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"

Last updated