Get salt
GET/v1/auth/salt/:email
Get salt
The retrieve_salt endpoint retrieves the cryptographic salt associated with a given email address. It accepts an email parameter via the URL path and returns the salt as a JSON object if successful, or an error message on failure. This endpoint is part of the authentication system, facilitating secure password hashing and verification processes.
Request
Path Parameters
email stringrequired
Email to retrieve salt
Responses
- 200
- 500
Salt retrieved
- application/octet-stream
- Schema
Schema
string
Unexpected error
- text/plain
- Schema
Schema
string
Loading...