We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm migrating from openid_connect 1.1.8 to 2.3.0 and I used to get an authenticated httpclient this way:
access_token = OpenIDConnect::AccessToken.new( access_token: session[:access_token], client: client # OpenIDConnect::Client instance ) access_token.httpclient
The httpclient is gone and I couldn't find any equivalent so far.
httpclient
Could you tell me how to get or build this http client?
Tanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm migrating from openid_connect 1.1.8 to 2.3.0 and I used to get an authenticated httpclient this way:
The
httpclient
is gone and I couldn't find any equivalent so far.Could you tell me how to get or build this http client?
Tanks.
The text was updated successfully, but these errors were encountered: