Files
stuffbox-sdk/examples/README.md
T
cyph3rasi 9e1ed2c9cb Publish the unified MIT-licensed Stuffbox SDK source
Hop-State: A_06FPAF0M83E7T0JJ7EP2WQ0
Hop-Proposal: R_06FPAF04S0D4G8TA8TNK3C0
Hop-Task: T_06FPADTV2YD4PD5GMTK3150
Hop-Attempt: AT_06FPADTV2ZYKEY8GH3JTK98
2026-07-15 03:04:24 -07:00

518 B

Integration examples

  • server-connection.ts shows PKCE connection, authorization-code exchange, and gallery pagination on an application server.
  • react-upload.tsx shows a native-feeling upload control using @stuffbox/sdk/react and app-owned same-origin endpoints.

The same-origin endpoints in the React example are intentional. Keep Stuffbox access and refresh tokens on your server; return only the short-lived upload session or completed asset to browser code.