Authenticate a single auth record by combination of a password and a unique identity field (e.g. email).

API details
POST
/api/collections/collectionIdOrName/auth-with-password
Path parameters
Param Type Description
collectionIdOrName String ID or name of the auth collection.
Body Parameters
Param Type Description
Required identity
String Auth record username or email address.
Required password
String Auth record password.
Optional identityField
String A specific identity field to use (by default fallbacks to the first matching one).
Body parameters could be sent as JSON or multipart/form-data.
Query parameters
Param Type Description
Responses
{#each responses as response (response.code)} {/each}
{#each responses as response (response.code)}
{/each}