Expand description
GET /sessions/me.
Upstream: src/Routers/SessionsRouter.js. The other three session routes are ClassesRouter
handlers with className() pinned to _Session and live in crate::routes::classes;
handleMe is the one that is genuinely its own thing.
POST /sessions, PUT /sessions/:objectId and POST /upgradeToRevocableSession are out of
scope for 0.2.0 and are absent rather than answering 501. They exist to let a client mint
or migrate a session directly, which is a legacy path and a set of OPERATION_FORBIDDEN
special cases (RestWrite.js:1221-1292) with no bearing on the milestone claim.
Functionsยง
- me_core
GET /sessions/me(SessionsRouter.js:12-61).