Skip to content

Commit 22a08ee

Browse files
committed
Add KYC sharing reference
1 parent 9c8f296 commit 22a08ee

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

docs/kyc-shaing.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
sidebar_position: 16
3+
---
4+
5+
# KYC sharing
6+
7+
To enhance the user experience we offer a REST API that our partners can use in order to share user KYC processes.
8+
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.
9+
10+
Please check the [Uphold Enterprise API](https://developer.uphold.com/rest-apis/core-api/kyc/introduction) to learn more about this feature.

docs/security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
sidebar_position: 14
2+
sidebar_position: 15
33
---
44

55
# Security
66

77
## Protect your signing keys
88

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

1111
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.
1212

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

2424
## Respond to threats immediately
2525

26-
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.
26+
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.

0 commit comments

Comments
 (0)