docs: add expiration warning for admins to client magic links spec

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Arthur Belleville 2026-04-15 08:32:06 +02:00
parent bc00eaf53e
commit 3bed5e20be
No known key found for this signature in database

View file

@ -57,6 +57,7 @@ No schema changes. Client users get a standard row with `is_admin: false`, `is_a
- Expired invites (past `expires_at`) are rejected at acceptance time with a clear error message
- Admins can re-invite the same email, creating a new `client_invites` row with a fresh 30-day window
- Admins are warned in the UI when the expiration is soon (less than 5 days)
- Admin can revoke access by setting `tablo_access.is_active = false`
### Returning clients