From e6711c21790980c55c800edc9e19cf7fb627e4bf Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 16 Jul 2021 13:08:15 -0400 Subject: [PATCH] Updated API Docs (markdown) --- API-Docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Docs.md b/API-Docs.md index 6b526dc..aa303ca 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -752,4 +752,4 @@ https://github.com/ajayyy/SponsorBlock/wiki/Legacy-API ### Local userID vs Public userID -The local userID should be a randomly generated and saved client side and should be at least 32 characters. It is used to submit and vote. The public userID is what is used as an identifier in the database. This is the local userID with a SHA 256 hash 5000 times. \ No newline at end of file +The local userID should be a randomly generated and saved client side and should be 32 characters (or more). It is used to submit and vote. The public userID is what is used as an identifier in the database. This is the local userID with a SHA 256 hash 5000 times. \ No newline at end of file