Yii2 extension releases
Yii2 extensions with pending releases were tagged:
Yii2 extensions with pending releases were tagged:
We are very pleased to announce the release of Auth Client extension version 2.2.16.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.15.
This version fixes a bug not using issuer claim from OpenID configuration, enhances security, and introduces more specific ClientErrorResponseException when the response code in BaseOAuth::sendRequest() is a 4xx.
See the CHANGELOG for details.
Thanks to rhertogh for contributing security enhancements.
We are very pleased to announce the release of Auth Client extension version 2.2.14.
This version fixes a bug to be unable to set TokenParamKey in OAuth2 config, gets hard overwritten in OAuth2::createToken().
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.13.
This version fixes PHP 8.1 compatibility of BaseOAuth class.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.12.
This version fixes and enhances OpenID Connect client, adds application name check for Facebook client, and adds AuthAction::$defaultClientId and AuthAction::getClientId().
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.11.
This release adds statusCode from response to init InvalidResponseException in sendRequest method of yii\authclient\BaseOAuth class. Also, CSPRNG is now used when generating OAuth1 nonce.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.10.
This release adds proof key for code exchange PKCE support to OAuth2.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.9.
This release fixes regression introduced in previous release.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.8.
This release adds compatibility with PHP 8 and fixes a bug when "Invalid access token" was thrown instead of refreshing a token.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.7.
This release updates GitHub token transfer method since GitHub deprecated old way to transfer a token.
Note: Make sure to update your project before July 1st, 2020. That is when GitHub will stop supporting old token trafer method.
We are very pleased to announce the release of Auth Client extension version 2.2.6.
This release adds CacheStateStorage that provides state storage based in cache component.
Additionally, request option for turning off SSL peer verification was removed to make extension more secure by default. It may break your application if server doesn't have root certificates set up correctly so make sure to check upgrade guide.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.5.
In this release deprecated dependency spomky-labs/jose was replaced by JWT Framework.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.4.
In this release there is one important fix about return URLs of OAuth services. Now, by default, only parameters specified via parametersToKeepInReturnUrl are kept while extra ones are removed. That should fix Google client that changed behavior recently.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.3 making OpenIdConnect::validateClaims() for better extensibility.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.2 fixing Facebook logo to be compliant with Facebook brand guidelines.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.1 fixing a bug when OAuthToken is incorrectly instantiated if configuration array has incorrect order.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.0 upgrading LinkedIn client to v2 and updating Google client image used in the auth widget.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.1.8.
It fixes a redirect bug in LinkedIn provider, changes Google client to use Google Sign-in API instead of Google Plus and adds two enhancements for AuthAction:
buildAuthUrl params to OAuth flows.See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.1.5 which brings 3 enhancements and bug fixes:
yii\web\Application::$request for request data access.yii\authclient\AuthAction::$cancelCallback allowing custom handling for authentication cancellation.See the CHANGELOG for details.