-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Need to adjust to work with these changes: IABTechLab/trusted-server#220
Verification Steps
-
Reconstruct the payload using values from the request:
payload = f"{kid}:{request_host}:{request_scheme}:{request.id}:{ts}" -
Verify the signature using the public key associated with kid
-
Validate the timestamp for replay protection:
- Check ts is within acceptable window (e.g., not older than 5 minutes)
- Optionally check it's not in the future
-
Validate domain binding (optional but recommended):
- Verify request_host matches the expected publisher domain
- Verify request_scheme is https (if required)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels