Rodauth v2.3.0 Release Notes

Release Date: 2020-08-21 // over 3 years ago
    • Return an error status instead of an invalid access token when trying to refresh JWT without an access token in the jwt_refresh feature (jeremyevans)

    • Allow {create,drop}_database_authentication_functions to work with UUID keys (monorkin, janko) (#117)

    • ➕ Add rodauth.login('login_type') for logging in after setting a valid account (janko) (#114)

    • Make new refresh token available to the after_refresh_token hook by setting it in the response first (jeremyevans)

    • 🔌 Make the jwt_refresh plugin call before_jwt_refresh_route hook (previously the configuration method was ignored) (AlexeyMatskevich) (#110)

    • Add login_email_regexp, login_not_valid_email_message, and log_valid_email? configuration methods (janko) (#107)