phx_gen_auth v0.7.0 Release Notes
Release Date: 2021-03-27 // over 3 years ago-
โจ Enhancements
- Generates new
valid_<schema>_attrs/1
fixture function. Reduces the number of places to update when manually adding additional attributes to your generated schema. Thanks @chargio for bringing up this issue!
๐ Bug Fixes
- ๐ Fixes flash messages that were hard-coded to use "Account" instead of the schema name. Thanks @jrdnull!
- ๐ Fixes arity in test description for
confirm_<schema>
tests. Thanks @bhtabor!
- Generates new
Previous changes from v0.6.0
-
โจ Enhancements
- Remember me cookie is now scoped to the app name. Thanks @LostKobrakai!
- ๐ Improved user experience on confirmation messages. Thanks @josevalim and @Ian-GL!
- Return_to logic now uses
current_path/1
helper instead of reimplementing it. Thanks @josevalim! - Password hashing no longer occurs while database transaction is open. #87
- ๐ User settings forms now submit to
/users/settings
to prevent 404 errors on refresh. #95