v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

Sign in using a WebAuthn key - Step 1

post/wan-signin

Request body

identitystring
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.

Example request

{
  "identity": "lp@me.com"
}

Response

WebAuthn Sign in Step 1 response

Example response

{
  "meta": {
    "code": 200
  }
}