コンテンツにスキップ

/auth/sign-in/username

POST
/auth/sign-in/username

Sign in with username

object
username
required

The username of the user

string
password
required

The password of the user

string
rememberMe

Remember the user session

string

Success

object
user
object
name
string
email
string
emailVerified
boolean
image
string
createdAt
date
updatedAt
date
role
string
banned
boolean
banReason
string
banExpires
date
username
string
isAnonymous
boolean
session
object
expiresAt
date
token
string
createdAt
date
updatedAt
date
ipAddress
string
userAgent
string
userId
string
impersonatedBy
string

Bad Request. Usually due to missing parameters, or invalid parameters.

object
message
required
string

Unauthorized. Due to missing or invalid authentication.

object
message
required
string

Forbidden. You do not have permission to access this resource or to perform this action.

object
message
string

Not Found. The requested resource was not found.

object
message
string

Too Many Requests. You have exceeded the rate limit. Try again later.

object
message
string

Internal Server Error. This is a problem with the server that you cannot fix.

object
message
string