Update HTTP REST API
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
The Repertory HTTP REST API uses hashed passwords for authentication.
|
The Repertory HTTP REST API uses hashed passwords for authentication.
|
||||||
|
|
||||||
Before making requests to any protected endpoint, hash your password using **BLAKE2b-384**
|
Before making requests to any protected endpoint, hash your password using **BLAKE2b-384**, convert it to a hex string,
|
||||||
and provide it according to the API's authentication requirements.
|
and provide it according to the API's authentication requirements.
|
||||||
|
|
||||||
Example in C++:
|
Example in C++:
|
||||||
|
Reference in New Issue
Block a user