/api/collections/{collection.name}/auth-with-password
Authenticate with combination of {identityFields.join("/")} and password.
/api/collections/{collection.name}/auth-with-password
| Param | Type | Description |
|---|---|---|
|
Required
identity
|
String | {#each identityFields as name, i} {#if i > 0}or{/if} {name} {/each} of the record to authenticate. |
|
Required
password
|
String | The auth record password. |
| Param | Type | Description |
|---|---|---|
| expand | String |
Auto expand record relations. Ex.:
The expanded relations will be appended to the record under the expand property (eg. {`"expand": {"relField1": {...}, ...}`}).
Only the relations to which the request user has permissions to view will be expanded. |