Log in without a code. Dev deployments only.
POST/api/auth/dev-login
Answers 501 with code: "feature_absent" unless DEV_MODE is on, and the
message says so, because the first thing anybody does with a dev route is try
it against staging and wonder why it is quiet.
It exists because the alternative is worse: without it, every local console session starts by reading a six-digit code out of a log line, and the shortcut people invent instead is a hardcoded token in the client.
Request
Responses
- 200
- 501
a session, no code required
this deployment is not in dev mode