Update HTTP REST API

2025-08-13 20:49:48 -05:00
parent 5828a07e5b
commit 5e1655fa70

@@ -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++: