pub async fn logged_in(session: Session, pool: Data<PgPool>) -> Json<bool>
Expand description

GET /api/v0/auth/logged-in Returns the current user’s login status.