v0.0.13
·
20 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Bug Fixes
- Config: Remove compile-time secret length validation — Symfony's
ValidateEnvPlaceholdersPassreplaces%env(...)%with short placeholder strings before re-validating the config tree, makingstrlen()checks always fail. Secret length is now validated only at runtime byTokenService.