Provide pure async variants for OIDC flows.
bobmcwhirter opened this issue · 2 comments
bobmcwhirter commented
Current implementation of the OIDC flows requires blocking tasks.
This is limiting when applications are otherwise using awc
which leads to using actix_rt
for async executors.
Providing async_http_client
variants for auth_url()
and redirect_listener()
would remove this limitation.
note this issue provided for tracking on a PR I'm opening.
jvanz commented
Considering that the PR of this issue is closed. I think this issue can be closed as well.
flavio commented
Closing, we now have async implementations of both auth_url
and redirect_listener