-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I'm exploring ways to associate incoming requests to specific users or devices when interacting with the PIR server, particularly for the Live Caller ID Lookup feature. The goal is to:
- Track the number of requests received from a particular device.
- Validate requests using a device-specific identifier or token.
I understand that PIR is designed to preserve user privacy, so I'm curious whether there's a compliant method to achieve this kind of tracking and validation without compromising the privacy guarantees of the system.
Specifically:
- Is it permissible to include a hashed or anonymized device identifier in the PIR request payload?
- Are there best practices or recommended patterns for request auditing or rate limiting per device?
Any guidance or examples from the PIR service implementation would be greatly appreciated!
Thank you
Metadata
Metadata
Assignees
Labels
No labels