Description:
Restrict minting so only the Clip owner (verified via backend signature or wallet) can mint their clips.
Acceptance Criteria:
Use Ownable pattern or custom modifier
Add only_clip_owner check using backend-provided signature
Prevent unauthorized minting
Description:
Restrict minting so only the Clip owner (verified via backend signature or wallet) can mint their clips.
Acceptance Criteria:
Use Ownable pattern or custom modifier
Add only_clip_owner check using backend-provided signature
Prevent unauthorized minting