Skip to content

Commit

Permalink
feat: add reveal from 3rd party guide (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcschy authored Feb 21, 2023
1 parent 587a727 commit 3029a20
Show file tree
Hide file tree
Showing 5 changed files with 1,067 additions and 5 deletions.
14 changes: 12 additions & 2 deletions docs/guides/share/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,22 @@ import { Card } from "@site/src/components/shared/Card";
>
Use custom masks to securely display sensitive information.
</Card>
<Card

<Card
column
img={<Share />}
href="/docs/guides/share/reveal-tokenized-data"
heading="Reveal Tokenized Data"
>
Use Basis Theory Elements to reveal sensitive data back to customers without touching it.
Use Basis Theory Elements to reveal tokenized data back to customers without touching it.
</Card>

<Card
column
img={<Share />}
href="/docs/guides/share/reveal-data-from-third-party"
heading="Reveal Data From 3rd Party"
>
Use Basis Theory Elements to reveal sensitive data from a third party back to customers without touching it.
</Card>
</Card.TwoColumnLayout>
Loading

1 comment on commit 3029a20

@vercel
Copy link

@vercel vercel bot commented on 3029a20 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.