Skip to main content
PATCH
Approve a sign-in session

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

session_id
string<uuid>
required

Body

application/json
dashboard_public_key
string
required

Temporary public key used to encrypt the sign-in data.

ciphertext
string
required

Encrypted sign-in data.

nonce
string
required

Random 12-byte value used for this encrypted message.

verification_code
string
required

Exactly six digits shown to the user.

Pattern: ^[0-9]{6}$

Response

Session is ready for code verification.

request_id
string
required