async fn authorize_token(
    token: String,
    context: SharedContext
) -> Result<(), Rejection>