지정한 사용자 이름/이메일 및 암호로 사용자를 인증합니다.
projectId required | string <uuid> 게시자 계정의 로그인 프로젝트 ID입니다. |
login_url | string URL to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the Callback URL specified in the URL block of Publisher Account. For the scenario of a login error, the value should be identical to the the Error callback URL specified in the URL block of Publisher Account. To find the settings, go to Login > your Login project and select the Callback URLs section in the upper block. Required if there are several Callback URLs. |
payload | string Your custom data. The value of the parameter will be returned in the |
with_logout | string Default: "0" 기존 사용자 JWT 값을 비활성화하고 이 호출로 생성한 값을 활성화할지 여부를 표시합니다. 사용 가능한 값:
|
확인
잘못된 요청
인증되지 않음
인증되지 않음
처리할 수 없는 엔터티
요청이 너무 많음
{- "password": "password123",
- "remember_me": false,
- "username": "John"
}
{
}