Skip to content

socialbaking/vouch-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vouch-api

Vercel deployment repository of vouch

See api/index.js for the usage of @socialbaking/vouch

Vercel supports just a single function to be the default export, which is used as a request handler.

The vouch package passes this through internal middleware such as authentication, opentelemetry, and parsing, which is then routed to the correct route handler.

There is a catch all request re-write in vercel.json that vercel uses to redirect requests to this handler.

Releases

No releases published

Packages

No packages published