openmaize v0.16.0 Release Notes

    • 🔄 Changes
      • Reduced JWT expiry and confirmation token validity / expiry time to 2 hours.
      • Made Ecto an optional dependency.
      • Changed the name of the Openmaize.Signup module to Openmaize.DB.
        • All of the database-related functions are now in the Openmaize.DB module.
        • You can use a different module by changing the db_module in the config.
      • In the Openmaize.DB module, replaced the create_user function with the add_password_hash function.
      • Brought back NotQwerty123 optional dependency.
      • Moved the gen_token_link function to the Openmaize.ConfirmTools module.