-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated Warning When Validating YubiKey OTP Despite Using the Latest Version #32
Comments
It should work with dev-master, although it would be nice if @enygma could publish a release |
@Julian3004 @mbolli New release just pushed - let me know if that helps things. |
Seems to work with PHP 8.2 - thanks for the quick reaction! |
Merged that other PR and made a new release ( |
I just saw that you missed #34 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When validating a YubiKey OTP using the latest version of the software, I encountered an error. When providing an incorrect OTP value, I receive the following deprecated warning:
Deprecated: Creation of dynamic property Yubikey\Validate::$clientId is deprecated in /Users/Shared/www/inc/vendor/enygma/yubikey/src/Yubikey/Validate.php on line 145.
This error occurs even though I previously passed the correct Secret Code and API Code that I obtained beforehand.
Steps to Reproduce:
Expected Behavior:
The software should correctly identify the error and provide a meaningful error message instead of generating a deprecated warning.
Additional Information:
The text was updated successfully, but these errors were encountered: