Skip to main content

SetMustChangePasswordDTO

Package: @nauth-toolkit/core Type: DTO (Request)

Data transfer object for requiring a user to change their password on next login.

import { SetMustChangePasswordDTO } from '@nauth-toolkit/nestjs';

Properties

PropertyTypeRequiredDescription
substringYesUser sub (UUID v4). Trimmed and lowercased.

Example

{
"sub": "a21b654c-2746-4168-acee-c175083a65cd"
}

Used By