From 22a08ee342a04e294cb34779dbaf5afbbe5bd232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pinto?= Date: Thu, 26 Jun 2025 15:56:05 +0200 Subject: [PATCH] Add KYC sharing reference --- docs/kyc-shaing.md | 10 ++++++++++ docs/security.md | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 docs/kyc-shaing.md diff --git a/docs/kyc-shaing.md b/docs/kyc-shaing.md new file mode 100644 index 0000000..cb637a9 --- /dev/null +++ b/docs/kyc-shaing.md @@ -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. diff --git a/docs/security.md b/docs/security.md index f55eae9..5115857 100644 --- a/docs/security.md +++ b/docs/security.md @@ -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. @@ -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. \ No newline at end of file +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.