pub async fn logout_core(
state: &AppState,
rc: &RequestContext,
) -> Result<Value, ParseError>Expand description
POST /logout.
Deletes the _Session row (UsersRouter.js:509-538). A request with no token, or with one
that no longer resolves, still answers {}.