auth
authentication

Password Status

Whether this account has a password its owner can change.

The settings row needs to say either "Change password" or "Set a password" BEFORE the user taps it, and the frontend cannot work that out on its own: an OAuth account's hashed_password is non-empty (it holds the literal oauth:{provider}:{id}), so the existing has_password field on /account-status reads true for exactly the accounts that have none.

get/auth/password-status

Headers

authorizationstring nullable

Response

Successful Response

{"stackTrail":"paths:/auth/password-status:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.