sigstore-rs icon indicating copy to clipboard operation
sigstore-rs copied to clipboard

Provide pure async variants for OIDC flows.

Open bobmcwhirter opened this issue 3 years ago • 1 comments

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.

bobmcwhirter avatar Sep 20 '22 14:09 bobmcwhirter

Considering that the PR of this issue is closed. I think this issue can be closed as well.

jvanz avatar Feb 02 '23 17:02 jvanz