Files
cyph3rasi bb04d47a29 Release automatic callback setup in SDK 0.2.0
Hop-State: A_06FPARPGMNVEAN3XBVH0QD8
Hop-Proposal: R_06FPARNXMP3DGP5VQGGX4Z8
Hop-Task: T_06FPAR9KH2V5ED7V65JEN00
Hop-Attempt: AT_06FPAR9KH3NZ1CV8RGPJDSG
2026-07-15 03:46:42 -07:00
..

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 @gnosyslabs/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.