Yii auth version 3.3.0 was released. In this version:
- Split
AuthenticationMethodInterfaceinto focused authentication and challenge interfaces - Bump minimal PHP version to 8.1
- Explicitly mark readonly properties
- Explicitly import classes and functions in "use" section
- Remove unnecessary files from Composer package
- Fix authentication scheme in
HttpBearerchallenge according to RFC 6750 - Fix
HttpHeaderauthentication to correctly handle header value"0"