Skip to content

Add KYC sharing reference #92

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions docs/kyc-shaing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 16
---

# KYC sharing

To enhance the user experience we offer a REST API that our partners can use in order to share user KYC processes.
This will improve the user experience when reaching Topper. As more information we're able to gather from our partners, as less will be requested to the user, smoothing the sign up process.

Please check the [Uphold Enterprise API](https://developer.uphold.com/rest-apis/core-api/kyc/introduction) to learn more about this feature.
6 changes: 3 additions & 3 deletions docs/security.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
sidebar_position: 14
sidebar_position: 15
---

# Security

## Protect your signing keys

Never expose or share your private keys. If compromised, attackers can initiate sessions on your behalf.
Never expose or share your private keys. If compromised, attackers can initiate sessions on your behalf.

Never share your private keys with anyone (including us), and never expose them in a public code repository or website source code. To further protect your keys, you should consider rotating your private keys regularly.

Expand All @@ -23,4 +23,4 @@ Never share your private keys with anyone (including us), and never expose them

## Respond to threats immediately

If unauthorized entities can generate tokens using your API, take immediate action to secure it. Failure to do so may result in the temporary disabling of your widget until it is deemed secure.
If unauthorized entities can generate tokens using your API, take immediate action to secure it. Failure to do so may result in the temporary disabling of your widget until it is deemed secure.