Infrastructure

Api Auth Verify Device

Verify a device code by entering the user_code shown in the CLI.

Called from the web dashboard after the user logs in and enters their code. Generates a bearer token and marks the device flow as authorized.

post/api/auth/verify

Request body

user_codestring required

Response

Successful Response

{"stackTrail":"paths:/api/auth/verify:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes