php-totp
php-totp copied to clipboard
HOTP and TOTP token generation
Results
1
php-totp issues
Sort by
recently updated
recently updated
newest added
Hello, I am just looking at how TOTP works, and I'm not sure if I understand it. In your example, you are doing `if ($user_submitted_key !== $key)`, but how can...