DEV Community

Cover image for Rodauth Authentication in Ruby on Rails
timnans
timnans

Posted on

Rodauth Authentication in Ruby on Rails

Today, we will learn how to authenitcate our Applications with Rodauth. Rodauth is Ruby's most advanced authentication framework, designed to work in any rack application. It's built using Roda and Sequel, but it can be used with other web frameworks, database libraries, and databases.

Project Link

Top comments (0)