Changelog - Dev - 06.08.2026 โ
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - 2026-06-08 โ
Fixed โ
- Mount PHONE_HASH_PEPPER secret and enable Stage A hash lookup โ Resolves dev signup failures where new users encountered 503 errors during the sealed-identity createUser step. The auth-api Cloud Run service was missing the PHONE_HASH_PEPPER secret mount, causing phone hash lookups to fail after Firebase authentication succeeded. (#566)
bug
Security โ
- Bump react-router-dom to 6.30.4 โ Updates react-router-dom to patch an open-redirect advisory vulnerability in the admin interface. (#566)
bug