Releases: corsin1337/google-authenticator-TOTP
Releases · corsin1337/google-authenticator-TOTP
TOTP Generator - v1.0.1
v1.0.1 - The hotp method has been optimized to improve its performance and eliminate unnecessary code. The timeLeft method has been added to calculate the remaining time until the next time step, making it easier to display the time remaining for a TOTP token to expire. Additionally, some code formatting and style improvements have been made to enhance readability and maintainability. Upgrade to this version to benefit from these enhancements and bug fixes.
Initial TOTP Release - v1.0.0
v1.0.0 - Generates Time-based One-Time Passwords (TOTP) using PHP. It includes a base32 decoder, HMAC-SHA1 hash function, HOTP and TOTP algorithms. Additionally, it includes a function that enables automatic reloading of a webpage after the password has run out.