Admin · Settings · Privacy
Privacy (GDPR)
Run account-data exports and right-to-erasure requests for any better-auth user. Every export and erasure writes a PrivacyRequest audit row before the action runs; the row is updated to Fulfilled or Failed when the action completes, so a partial cascade still leaves evidence.
Privacy requests
Run account-data exports and right-to-erasure for any better-auth user. Every action writes a PrivacyRequest audit row before it runs; the row is updated to Fulfilled or Failed when the action completes.
Paste the better-auth user id (the cuid string from /api/auth or the admin user panel). Required.
Recent privacy requests
…
User compliance acknowledgements
Per-user FTC + GDPR acknowledgements captured at signup (and re-assertable from /profile). One row per user; cascade-deleted by right-to-erasure.
Compliance status per user
FTC + GDPR acknowledgements recorded at signup or on profile re-acknowledgement. Includes locale and a coarse region hint (US / EU / Other) used to confirm the lawful basis path.
…