csrf-middleware@0.1.3
📦 remixView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes an issue where CSRF helpers and callbacks did not correctly accept request contexts enriched by middleware. It also includes dependency bumps for @remix-run/* packages.
Migration Steps
- Bumped @remix-run/* dependencies, including fetch-router to 0.19.0.
🐛 Bug Fixes
- Fixed CSRF helper and callback types so they accept request contexts enriched by middleware such as session() and formData().