Authorization challenges show connector display name
@vercel/connect@0.3.2
2 featuresThis release2 featuresNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗
Patch Changes
- 2f8d81f: Surface the connector's human-readable name through authorization challenges.
startAuthorizationnow exposes the optionalconnectorobject returned byPOST /v1/connect/authorize/:connector(matching theconnectorobject on the token response), and the Eveconnect()adapter stamps the service display name (connector.serviceName, eg."Salesforce", falling back to the connector's ownconnector.namefor unknown services) onto theConnectionAuthorizationChallengeasdisplayNameso channels can render "Sign in with Salesforce" instead of a title-cased file name. Connection authors can override the server-reported name via the newdisplayNameoption onconnect(). No behavior change until the Vercel API starts returningconnector.
Fetched July 2, 2026



