feat(privacy): privacy policy version tracking with re-consent #230

Open
opened 2026-06-21 20:30:06 +00:00 by jmiller · 1 comment
Owner

Summary

Track privacy policy versions and require re-consent when the policy changes.

  • Store current privacy policy version hash
  • When policy changes (hash mismatch), flag all users as needing re-consent
  • Show a re-consent banner/modal on next login
  • Log the version each user consented to
  • Configurable: which menu item is the privacy policy
  • Optional: block access until re-consent is given

Reference

GDPR Article 7(2) — consent must be informed. Policy changes require fresh consent.

## Summary Track privacy policy versions and require re-consent when the policy changes. - Store current privacy policy version hash - When policy changes (hash mismatch), flag all users as needing re-consent - Show a re-consent banner/modal on next login - Log the version each user consented to - Configurable: which menu item is the privacy policy - Optional: block access until re-consent is given ## Reference GDPR Article 7(2) — consent must be informed. Policy changes require fresh consent.
Author
Owner

Branch created: feature/230-feat-privacy-privacy-policy-version-trac

git fetch origin
git checkout feature/230-feat-privacy-privacy-policy-version-trac
Branch created: [`feature/230-feat-privacy-privacy-policy-version-trac`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteClient/src/branch/feature/230-feat-privacy-privacy-policy-version-trac) ```bash git fetch origin git checkout feature/230-feat-privacy-privacy-policy-version-trac ```
Sign in to join this conversation.
No labels
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteClient#230