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:
parent
bc00eaf53e
commit
3bed5e20be
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue