Skip to content
New issue

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

Migration from openid_connect 1.1.8 to 2.3.0: where is the httpclient of OpenIDConnect::AccessToken? #102

Open
fwolff opened this issue Aug 27, 2024 · 0 comments

Comments

@fwolff
Copy link

fwolff commented Aug 27, 2024

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.

Could you tell me how to get or build this http client?

Tanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant