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

new text for data storage information in 1click flow #2167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions app/components/RefreshMyStampsModalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,18 @@ export const RefreshMyStampsModalContent = ({
/>
</div>
<div className="mt-8 cursor-pointer text-center text-color-2 underline">
<a onClick={() => setShowDataInfo(!showDataInfo)}>How is my data stored?</a>
<a onClick={() => setShowDataInfo(!showDataInfo)}>Understanding Your Data Storage in Gitcoin Passport</a>
</div>
{showDataInfo && (
<div className="pt-3 text-justify">
<p>
The only information in your passport is the Decentralized Identifier (DID) associated with your
Ethereum address and the Verifiable Credentials (VCs) issued for each service you connect to your
passport. No identifiable details are stored in your passport as we encrypt the account details when
creating your VCs. You can inspect the data yourself in the Gitcoin Passport by clicking the &lt;/&gt;
Passport JSON button in the upper right of the Passport dashboard.
In crafting your Gitcoin Passport experience, we prioritize both the security of your digital identity
and the seamless portability of your data. By encrypting your information and linking it to a unique
code associated with your Ethereum address, we ensure your details are kept private. Our secure storage
strategy leverages both our proprietary database and the Ceramic network, enhancing your data's integrity
and accessibility. Additionally, integration with Ethereum's Layer 2 solutions, such as Optimism and
Linea, further facilitates the efficient and secure portability of your data across platforms. This
thoughtful approach underscores our dedication to a secure, human-friendly, and interconnected Web3 journey.
</p>
</div>
)}
Expand Down
Loading