I'm working on some new stuff for 2023 and wanted something like Devise but used has_secure_password and was Hotwire compatible out of the box.
Spent a couple hours last night and came up with this:
https://github.com/excid3/revise_auth
Just want to have something beginner friendly without the hoops that Devise has with Warden.
@excid3 very timely, even as a non-beginner I was lamenting today the amount of indirection to understand what Devise and Warden are doing and find the right point to hook in to.
@bdewater If it didn't jump between Rails and Rack so much, it would be way more understandable.
Hopefully ReviseAuth will be able to do that cleanly!