Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: owner might not want a particular user to transfer NFT to another user #13

Open
zolotokrylin opened this issue Feb 10, 2023 · 4 comments
Assignees

Comments

@zolotokrylin
Copy link

zolotokrylin commented Feb 10, 2023

Problem

The idea is cool, but sometimes (most of the time?) the owner doesn't want the user to re-assign his permit to someone else.
https://github.com/Azuro-protocol/Access/blame/master/README.md#L106

Proposed solution

When NFT is minted, let the owner (minter) specify if he wants this NFT to be transferable or not.

@KiselevMaxim
Copy link
Member

Hi, thank you!
Yes, thank you for problem reporting and solution proposal.
I agree with you, some use scenarios must block transferring tokens, may be except "token burning" (transfer to 0x0).
I'll prepare commit for this feature.

@KiselevMaxim KiselevMaxim self-assigned this Feb 10, 2023
@zolotokrylin
Copy link
Author

Actually, maybe you should keep the transfer. But, make it approvable by the owner.
So NFT holder can initiate a transfer but must be approved by the owner.

@Kakunare
Copy link

Kakunare commented Nov 6, 2023

That's right, transfer of tokens and NFTs should have the approval of the owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@zolotokrylin @KiselevMaxim @Kakunare and others