Skip to main content

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

Salt retrieved

Schema

    string

Loading...