phdargen
phdargen
## Description - Removes `experimental nodeMiddleware` and `next canary` instruction from docs which are no longer needed and have been removed from the examples implementation (https://github.com/coinbase/x402/pull/386). - Use `workspace:*` references...
## Description Fixes a few issues I noticed when running v2 examples: - `client/fetch` has wrong dep on axios instead fetch - example servers have no facilitator set - hono...
## Description There is a problem with the x402-next implementation not guaranteeing that payment only happens after successful API response. I tested this using a modified fullstack/next example with api...
## Description Flask middleware sends response to client immediately when route handler is called, if settlement fails resource was obtained for free. This is solved similar as in the `x402-express`...
## Description The express middleware does not actually await the route handler to complete. Thus for asyn operations the following `res.statusCode >= 400` is ineffective and settlement might be triggered...
## Description ## Tests ## Checklist - [ ] I have formatted and linted my code - [ ] All new and existing tests pass - [ ] My commits...
## Description - Adds next api route wrapper analogous to v1 https://github.com/coinbase/x402/pull/664 - Added protected API to next example - Adds env vars for resource url to axios/fetch clients WIP:...
## Description - Implements express streaming and async route handler fixes following v1: https://github.com/coinbase/x402/pull/659, https://github.com/coinbase/x402/pull/700 - Refactors express/hono adapters following next structure: https://github.com/coinbase/x402/pull/707 - Adds unit tests to express/hono and...