fix: fix bug in rebalanace, stale session values being read
All checks were successful
Deploy / deploy (push) Successful in 1m30s
Security Tests / security-non-db (push) Successful in 20s
Security Tests / security-db (push) Successful in 24s

This commit is contained in:
2026-03-12 13:51:46 -05:00
parent a03fbea5e7
commit 58545b2da7
3 changed files with 52 additions and 7 deletions

6
.env
View File

@@ -31,9 +31,9 @@ EMAIL_FROM="SkyMoney Budget <no-reply@skymoneybudget.com>"
EMAIL_BOUNCE_FROM=bounces@skymoneybudget.com
EMAIL_REPLY_TO=support@skymoneybudget.com
UPDATE_NOTICE_VERSION=8
UPDATE_NOTICE_TITLE="Rebalance tools and onboarding fixes"
UPDATE_NOTICE_BODY="This release adds a dedicated Rebalance page for variable budgets with apply-time safeguard confirmations, plus onboarding fixed-expense submission and money input improvements."
UPDATE_NOTICE_VERSION=9
UPDATE_NOTICE_TITLE="Rebalance tool bug correction"
UPDATE_NOTICE_BODY="Fixed bug issue where available budget value is stale in user sessions and wont read updated value properly."
ALLOW_INSECURE_AUTH_FOR_DEV=false
JWT_ISSUER=skymoney-api
JWT_AUDIENCE=skymoney-web