Release v1.15.0
v1.15.0: #[Encrypted] on social credential secret and account tokens
Changelog
Security
- Encrypt OAuth secrets at rest with
nowo-tech/doctrine-encrypt-bundle:SocialLoginCredential::$clientSecretandSocialLoginAccount::$accessToken/$refreshTokenuse#[Encrypted]. Hosts must configure Halite (same as other encrypted fields). Existing plaintext rows decrypt as-is until the next flush ordoctrine:encrypt:database.
Changed
- Composer: require
nowo-tech/doctrine-encrypt-bundle^2.3.
Full Changelog: v1.14.0...v1.15.0