v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

Login to application

Supports both json and form request types. If the caller is already logged in, then in the form case, they are redirected to SECURITY_POST_LOGIN_VIEW, for a json request, a 400 is returned.

post/login

Query parameters

nextstring

URL to redirect to on successful login. Ignored for json request.

include_auth_tokenstring

If set/sent, will return an Authentication Token for user

Request body

emailstring required

user email

passwordstring required

Password

rememberboolean

If true, will remember userid as part of cookie. There is a configuration variable DEFAULT_REMEMBER_ME that can be set. This field will override that.

Response

Login response

Example response

{
  "meta": {
    "code": 200
  },
  "response": {
    "tf_method": "webauthn"
  }
}