phx_gen_auth v0.4.0 Release Notes

Release Date: 2020-06-19 // almost 4 years ago
  • Diff of generated code

    ✨ Enhancements

    • Changed email form fields from text_input to email_input. Thanks @ream88!
    • 🌲 Renamed incorrect login/logout(nouns) to "log in"/"log out" (verbs).
    • Replaced string-based route assertions with Routes-based assertions. Thanks @chvanikoff!
    • 👉 _user_menu.html is now injected at the end of the <nav> tag, if possible.