@vercel/functions package

OpenID Connect (OIDC) Federation now available in Beta

Vercel

Vercel now supports OpenID Connect (OIDC) Federation, offering enhanced security by replacing traditional long-lived environment variable credentials with short-lived, RSA-signed JWTs for external requests in both builds and Vercel Functions. Users can leverage Vercel's OIDC Identity Provider to issue persistent tokens for cloud providers such as AWS, Azure, and GCP. To access this feature, users can enable OIDC in their project's security settings and use the @vercel/functions package for integration with third-party providers.

read full post