Updated API Docs (markdown)

Ajay Ramachandran
2021-07-31 22:17:20 -04:00
parent 3f110d21d1
commit 1eb6469811

@@ -741,4 +741,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 32 characters (or more). It is used to submit and vote. The public userID is what is used as an identifier in the database. If it is not 32 characters or more, requests will fail. This is the local userID with a SHA 256 hash 5000 times.
The local userID should be a randomly generated and saved client side and must be 32 characters (or more). If it is not 32 characters or more, you will not be able to vote or submit. 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.