ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

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:
github.com/excid3/revise_auth

GitHubGitHub - excid3/revise_auth: A pure Rails authentication system like Devise.A pure Rails authentication system like Devise. Contribute to excid3/revise_auth development by creating an account on GitHub.

@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.

Chris Oliver

@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!