@charsleysa - here are the logs …
{
  "date": "2019-01-13T12:36:00.988Z",
  "type": "fsa",
  "description": "Login required",
  "client_id": "xxx,
  "client_name": "Bread",
  "ip": "86.174.33.179",
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36",
  "details": {
    "body": {},
    "qs": {
      "client_id": "xxx",
      "response_type": "token id_token",
      "redirect_uri": "http://localhost:4000/user/callback",
      "scope": "openid profile email",
      "state": "mUwVy.ODVO3AkjgFFjhhMSe.sTVD0l7K",
      "nonce": "0z-sCYrdKcUiLMM3DPto32~jn6U36y9y",
      "response_mode": "web_message",
      "prompt": "none",
      "auth0Client": "eyJuYW1lIjoibG9jay5qcyIsInZlcnNpb24iOiIxMS4xMi4xIiwibGliX3ZlcnNpb24iOnsicmF3IjoiOS44LjIifX0="
    },
    "connection": null,
    "error": {
      "message": "Login required",
      "oauthError": "login_required",
      "type": "oauth-authorization"
    }
  },
  "hostname": "breadbasket.eu.auth0.com",
  "audience": "https://breadbasket.eu.auth0.com/userinfo",
  "scope": [
    "openid",
    "profile",
    "email"
  ],
  "log_id": "900201901131236009887927558070895a66860722966744885362690"
}
and context data …
{
  "body": {},
  "qs": {
    "client_id": "xxx",
    "response_type": "token id_token",
    "redirect_uri": "http://localhost:4000/user/callback",
    "scope": "openid profile email",
    "state": "mUwVy.ODVO3AkjgFFjhhMSe.sTVD0l7K",
    "nonce": "0z-sCYrdKcUiLMM3DPto32~jn6U36y9y",
    "response_mode": "web_message",
    "prompt": "none",
    "auth0Client": "eyJuYW1lIjoibG9jay5qcyIsInZlcnNpb24iOiIxMS4xMi4xIiwibGliX3ZlcnNpb24iOnsicmF3IjoiOS44LjIifX0="
  },
  "connection": null,
  "error": {
    "message": "Login required",
    "oauthError": "login_required",
    "type": "oauth-authorization"
  }
}
Thanks for helping out.