Enhancements
Credentials Support for Cookie-Based Authentication
Added support for credentials in fetch configuration to enable cookie-based authentication and cross-origin requests:
Changes:
- ✅ Add
credentials: 'include'to createGrpcWebTransport configuration - ✅ Enable cookie-based session management in web clients
- ✅ Support cross-origin authenticated requests
Code Generation Improvements
- ✅ Add DO NOT EDIT comment to generated client headers following Go conventions
- ✅ Use cleaner arrow function syntax for fetch override
Installation
```bash
npm install @meshtrade/[email protected]
or
yarn add @meshtrade/[email protected]
```
NPM: https://www.npmjs.com/package/@meshtrade/api-web/v/1.32.1