feat/web-push #59

Merged
longjacksonle merged 2 commits from feat/web-push into main 2026-05-10 03:43:13 +02:00
No description provided.
The private key is stored as raw bytes (not PEM), so the `_pem_` segment in `private_key_pem_encrypted` and `private_key_pem_nonce` was misleading. Rename them to `private_key_encrypted` and `private_key_nonce` in the migration, the DB layer, and the test.

Also update `LETS_CHAT_SECRET_KEY` docs and the push-unavailable UI message to reflect that the key now gates both TOTP and VAPID (Web Push), and add a template-not-auto-loaded note to both `.env.*` files. Remove the now-unused `AlwaysGoneClient` test helper.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/lets-chat!59
No description provided.