Change8

@vercel/connect@0.3.2

📦 vercel-cliView on GitHub →
3 features🔧 2 symbols

Summary

This patch introduces the surfacing of the connector's human-readable name during authorization challenges and allows overriding this name via the `displayName` option in `connect()`.

Migration Steps

  1. Connection authors can optionally provide a `displayName` option to `connect()` to override the server-reported name.

✨ New Features

  • The connector's human-readable name is now surfaced through authorization challenges via the optional `connector` object exposed in `startAuthorization`.
  • The Eve `connect()` adapter now stamps the service display name onto the `ConnectionAuthorizationChallenge` as `displayName`.
  • A new `displayName` option is available on `connect()` to allow connection authors to override the server-reported name.

Affected Symbols