openmaize v0.17.0 Release Notes

    • ✨ Enhancements
      • Added mix generators to generate an Authorize, and optionally, a Confirm module.
      • Added password_strength value to the config - to be used when setting or resetting the password.
    • 🔄 Changes
      • Removed all the redirects options.
      • Removed authorization module.
      • Added password_strength value to the config - to be used when setting or resetting the password.
      • Changed token_opts option in the Login module to a global token_validity option in the config.
      • Moved confirm_email function plug to Openmaize.ConfirmEmail module plug.
      • Moved reset_password function plug to Openmaize.ResetPassword module plug.
      • Moved gen_token_link function to the Openmaize.ConfirmEmail module.