auth

Authenticate and create a session

post/login

Request body

usernamestring required
passwordstring required
totp_codestring

Response

Session created

authenticatedboolean required
usernamestring required
namestring
emailstring
rolestring
capabilitiesstring[] required
mfa_completeboolean
csrf_tokenstring
ttl_secondsinteger

Changes