kilork / openid

OpenID Connect Rust Library
The Unlicense
61 stars 22 forks source link

[#10]: Allow passing in an http client #11

Closed ctron closed 3 years ago

ctron commented 3 years ago

I guess the build will fail due to a problem in "ring", which made a breaking change in a public API. It seems fixed, but not released yet. ring=0.16.15 seems to work though.

kilork commented 3 years ago

Oh, thanks for the info about ring. We cannot just wait for upstream fix, I should do a switch to particular version until they would fix it.

With patch I do not have any comments, I thought we already have it somewhere, but seems like no. Thanks!

fixes #10