pub async fn authorize_token(
    token: String,
    context: Arc<Mutex<Context>>
) -> Result<(), Rejection>