auth

Unlock this session with the PIN

Five wrong attempts mark the lock for reset and drop every unlock window the user holds. A correct PIN under the limit clears a pending reset, so a user whose reset was requested by someone else with access to their session is not locked out of a PIN they still know.

post/auth/app-lock/verify

Request body

pinstring required

The PIN to verify, 4-6 digits

Example request

{
  "pin": "1234"
}

Response

Unlocked

Changes

No recorded changes to this endpoint across all 1 revision of this API.