Changelog
1.0.18 2026-05-03
Changed
- Bump
verbb/authto allowfirebase/php-jwt7.x.
1.0.17 2025-09-16
Added
- Add username and password to Generic OAuth client settings.
Fixed
- Fix “Authorization URL” and “Token URL” from being shown for a “Client Credentials” type client.
- Fix error handling for duplicate-named clients.
1.0.16 2025-08-12
Added
- Add support for
rawresponse handling for requests.
1.0.15 2025-07-18
Changed
- Update
symfony/property-accessandsymfony/serializerdependency.
1.0.14 2025-07-18
Changed
- Update English translations.
1.0.13 2025-02-03
Added
- Add CA to Zoho domains.
1.0.12 2024-07-21
Changed
- Update English translations.
Fixed
- Fix Generic OAuth provider now parsing .env variables for Auth/Token/API URLs.
1.0.11 2024-04-29
Added
- Add support for
headlessModeredirect URIs.
Changed
- Update English translations.
1.0.10 2024-04-05
Added
- Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.
1.0.9 2024-02-08
Added
- Add
includeErrorResponseas a request option to allow API errors to be returned in anerrorproperty. - Add
Service::EVENT_BEFORE_FETCH_DATAevent to handle before data is fetched. (thanks @markhuot).
Fixed
- Fix Zoho not working for multiple data centers.
1.0.8 2023-12-18
Fixed
- Fix requests not working correctly when either the
uri,urlorbaseUricontained a dot character, or ended in a filename.
1.0.7 2023-12-17
Fixed
- Fix requests not working correctly when either the
uri,urlorbaseUricontained a dot character, or ended in a filename.
1.0.6 2023-12-17
Added
- Add Fedex client.
- Add the ability to set different grants on generic OAuth clients.
1.0.5 2023-12-08
Fixed
- Fix Google offline access type.
1.0.4 2023-10-05
{warning} If you are using LinkedIn, your LinkedIn app will need to now include the Sign In with LinkedIn using OpenID Connect product.
Changed
- Change LinkedIn to use new OpenID Connect API.
1.0.3 2023-05-27
Added
- Add “Use Sandbox” setting for DocuSign and PayPal.
1.0.2 2023-04-21
Fixed
- Fix CP-based generic clients not accepting .env variables for some settings.
1.0.1 2023-04-21
Changed
- Change caching behaviour to only cache
GETrequests.
Fixed
- Fix CP-based clients not having their cache cleared when updated.
- Fix Redirect URI not working correctly for multi-sites.
1.0.0 2023-02-07
Added
- Initial release