Closed brocaar closed 5 months ago
I believe this was fixed in #158 but I still need to cut a release with it, which I'll try to do this week.
Thanks for your response @ramosbugs, I will re-try against the next release then :)
https://crates.io/crates/openidconnect/4.0.0-alpha.2 is now released
First of all thanks for providing this crate!
I'm trying to upgrade from the v3.5 version to the v4 alpha, but I'm running into some issues.
I am refactoring:
Into:
While I believe the code is correct, it no longer works within my application because the returned future is not
Send
, which is required by a higher-up function that is invoking theget_client
function.This error was not raised when using the v3.5 crate version.