Rodauth v2.26.1 Release Notes
Release Date: 2022-11-08 // over 2 years 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)