@vercel/oidc
Runtime OIDC helper methods intended to be used with your Vercel Functions
Runtime OIDC helpers intended for use with Vercel Functions
@vercel/oidcRuntime OIDC helper methods intended to be used with your Vercel Functions
"workflow" as export condition (#14103)"react-native" as export condition (#14066)feat(oidc): export getContext() method (#14027)
feat(oidc): add conditional export for browsers (#14027)
Introduces a browser export with mock methods that don't require access to a file system or environment variables. This makes @vercel/oidc usable for universal libraries that are run in both frontend and backend.
fix(oidc): remove ms dependency (#14027)