Rodauth v2.26.1 Release Notes

Release Date: 2022-11-08 // over 1 year ago
    • ๐Ÿ›  Fix regression in QR code generation in otp feature causing all black QR code (janko) (#279)

Previous changes from v2.26.0

    • Raise a more informative error when using a feature requiring hmac_secret but not setting hmac_secret (janko) (#271)

    • Limit parameter bytesize to 1024 by default, override with max_param_bytesize configuration method (jeremyevans)

    • Skip displaying links for disabled routes (janko) (#269)

    • Do not prefix flash keys with the session key prefix (jeremyevans) (#266)

    • ๐Ÿ”ง Set configuration_name correctly for internal request classes (janko) (#265)

    • โž• Add argon2_secret configuration method to the argon2 feature to specify the secret/pepper used for argon2 password hashes (janko) (#264)

    • ๐Ÿ‘‰ Use white background instead of transparent background for QR code in otp feature (jeremyevans) (#256)