Rodauth v2.2.0 Release Notes

Release Date: 2020-07-20 // almost 4 years ago
    • ๐Ÿ‘ Allow removing all jwt_refresh tokens when logging out by providing a value of "all" as the token to remove (jeremyevans)

    • ๐Ÿ‘ Allow removing specific jwt_refresh token when logging out by providing the token to remove (jeremyevans)

    • Avoid NoMethodError when checking if session is authenticated when using two factor auth, verify_account_grace_period, and email_auth (jeremyevans) (#105)

    • โฌ‡๏ธ Reduce queries in #authenticated? and #require_authentication when using two factor authentication (janko) (#106)

    • Treat verify_account_email_resend returning false as an error in the verify_account feature (jeremyevans)

    • ๐Ÿ”ง Fix use of password_dictionary configuration method in password_complexity feature (jeremyevans)

    • โœ‚ Remove unnecessary conditionals (jeremyevans)

    • Add otp_last_use to the otp feature, returning the time of last successful OTP use (jeremyevans) (#103)