Skip to content
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
This repository was archived by the owner on Jan 14, 2020. It is now read-only.

AirBnB attestation: public username? #257

Open
@tyleryasaka

Description

@tyleryasaka

We have some functional code for adding AirBnB attestations to one's profile. OriginProtocol/origin#278

Currently our attestations just show the fact that some pieces of data has been verified (in this case the ownership of some AirBnB profile). The actual data itself is being kept private.

In the case of AirBnB, a use case has been outlined for making the username public; namely the importing of reputation from AirBnB to Origin. See #226

It is possible for us to store the AirBnB username on IPFS, and then store the IPFS hash on the attestation that exists on the blockchain. This is public data (and possibly permanently so, assuming the IPFS data is not lost). So if we're going to make the username public in this way, we should at least be aware of the implications.

There are possibly other alternatives for publicizing the username (such as storing it on the bridge server rather than IPFS, which feels a bit less permanent).

On the same note, we may want to take this time to also consider similar implications for Facebook/Twitter attestations.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions