local-ch / lhc

🚀 Advanced HTTP Client for Ruby. Fueled with interceptors.
GNU General Public License v3.0
43 stars 1 forks source link

[LCL-2447] - Fix re-authentication for the endpoints without auth options. #204

Closed dimameshcharakou closed 2 years ago

dimameshcharakou commented 2 years ago

Ticket

https://jira.localsearch.ch/browse/LCL-2447

Description

Starting from the release 15.0.0 re-authentication mechanism doesn't work properly for the endpoints without "auth" options. This PR fixes it.