Full Changelog: https://github.com/Harborn-digital/user-bundle/compare/4.0.6...4.0.7
fix: suppress spurious API Platform 201 responses on POST endpoints
Add status:200 + output:false to Register, Reset and AccountDetails POST operations. API Platform previously auto-generated a 201 response using the request schema as the response schema. With this fix only the correct 200 response appears.
fix: use named $ref schemas in OpenAPI responses instead of inline anonymous objects
Replace inline anonymous object schemas in the 200 responses of POST /api/register and GET /api/account/details with named $ref references. Inline schemas caused code generators to fall back to Map<String, dynamic> and incorrectly call dynamic.fromJson().
Register: remove inline token schema from 200 response (no response body)AccountDetails: replace inline email schema with $ref: '#/components/schemas/AccountDetails'Full Changelog: https://github.com/Harborn-digital/user-bundle/compare/0.3.3...1.0.0
How can I help you explore Laravel packages today?