Token in #access_token → localStorage. Login shape: res.success with
data.user + data.token. GET /api/v1/auth/me: full user record in data.
GET /api/v1/auth/me with Authorization: Bearer ….user + token)
status: "success" · data.user + data.token
(sign in with Slack, then this fills from /me + stored token)
GET /api/v1/auth/me response
status: "success" · full user in data (no token)
(call /me when signed in)
Not signed in.