Change8

@vercel/connect@0.3.2

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

Summary

This patch introduces the ability to surface the connector's human-readable name during authorization challenges, improving channel rendering for sign-in prompts.

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