Minor version of Yii Auth package was released.
In this release:
- Added memoization for
WildcardPattern
inAuthentication
middleware. - Added
Language
JetBrains attribute to$pattern
property inHttpHeader::withPattern()
that enables syntax highlighting for this property in PhpStorm. - Fixed bug with processing non-ASCII paths in the
Authentication
middleware. - Added debug collector for
yiisoft/yii-debug
. - Bumped required PHP version to 8.0.
- Updated
yiisoft/http
dependency and added missedpsr/http-factory
dependency.