Matt Boulanger
Matt Boulanger
https://pypi.org/project/preston/4.6.0/ published, sorry it took so long! :x
I've been thinking about how this might be possible. I don't want to append response headers to some sort of public-accessible vec, both because then I'd need to _remove items_,...
Hey sorry, haven't looked yet but will do so soon. On Tue, Apr 23, 2024, at 7:59 PM, Rafael wrote: > > > when I execute `let claims_option = self.esi.authenticate(oauth_data.0.as_str(),...
Hmm, very odd. I was able to create a new application on the Eve devs site and do this: ```rust let mut esi = rfesi::prelude::EsiBuilder::new() .user_agent("github.com/celeo/rfesi") .client_id("abc...") .callback_url("http://localhost:5000/sso/callback") .enable_application_authentication(true) .build()...
I think this is required for stable Rust version 1.80.0 released today, see [here](https://lobste.rs/s/k3hcgp/announcing_rust_1_80_0#c_npfdvc) and [here](https://github.com/rust-lang/rust/issues/127343). ```sh cargo install --locked cargo-outdated ``` ```plain ... Compiling gix-tempfile v11.0.1 Compiling gix-credentials v0.21.0...