routed_security 0.1.1
routed_security: ^0.1.1 copied to clipboard
Security providers for Routed (CORS, IP filtering, trusted proxies, headers, and request size).
Changelog #
0.1.1 - 2026-08-25 #
- Completed public Dartdoc coverage and enabled the
public_member_api_docsanalyzer lint. - Clarified public security APIs with provider lifecycle, validation, CORS, IP filtering, and trusted-proxy usage examples.
0.1.0 #
- Breaking security change:
TrustedProxyConfig(enabled: true)now requires an explicit non-empty proxy network list; it no longer defaults to trusting every address. - Use routed core's host-neutral IP/CIDR matching for IP filters so security rules remain usable on worker runtimes.
- Initial package scaffold for the routed modular package split.