autumnHandler creates server-side endpoints that handle communication between your frontend React hooks and Autumn’s API. It manages customer authentication and proxies requests securely using your secret key.
Usage
Parameters
Function that receives the incoming request and returns customer identification data.
Autumn API secret key. Defaults to
AUTUMN_SECRET_KEY environment variable.Override the Autumn API URL. Use when self-hosting.
Path prefix for routes. Defaults to
/api/autumn.If true, suppresses console warnings and logs.

