RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Rodauth: A Refreshing Authentication Solution for Ruby

The Rails ecosystem has several popular authentication frameworks (Devise, Sorcery, Clearance, Authlogic), but over time these libraries have accumulated a lot of internal complexity, inconsistencies in design, and haven’t managed to standardize some important functionality (JWT, MFA). Rodauth is a fresh take on authentication in Ruby, built on Roda & Sequel. It has all the essential authentication functionality, additional enterprise-level security features, multifactor authentication (TOTP, SMS codes, recovery codes, WebAuthn), JSON API support, passwordless authentication and more. https://janko.io/rodauth-a-refreshing-authentication-solution-for-ruby/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in