Releases: chillerlan/php-authenticator
Releases · chillerlan/php-authenticator
5.3.0
- Ensure PHP 8.5 compatibility (
curl_close()deprecation) - Deprecated
Authenticator::getUri()param$omitSettingsin favor ofAuthenticatorOptions::$omitUriSettings. This parameter will be removed in v6. - Optional URI values are now omitted by default (as they only have little value and might be ignored by most apps).
- Fixed the counter value not always howing in HOTP URIs (parameter is not optional).
- The methods in
AuthenticatorInterfacethat returned<interface>now have thestaticreturn type.
4.4.0
- Ensure PHP 8.5 compatibility
- Deprecated
Authenticator::getUri()param$omitSettingsin favor ofAuthenticatorOptions::$omitUriSettings. This parameter will be removed in v6. - Optional URI values are now omitted by default (as they only have little value and might be ignored by most apps).
- Fixed the counter value not always howing in HOTP URIs (parameter is not optional).
4.3.1
- mark nullable types explicitly (PHP 8.4 deprecation)
5.2.1
- mark nullable types explicitly (PHP 8.4 deprecation)
5.2.0
4.3.0
5.1.0
4.2.0
3.2.0
5.0.0
- proper rewrite
- dropped support for PHP < 8.2
- added Steam Guard and Battle.net authenticators
- CI updates