Migrating from Devise to Rodauth, OmniAuth
If you want to read about migrating a basic Rails application from Devise to Rodauth, go to Basics. For an guide about how to migrate RSpec specs, go to RSpec. If you have followed the basics guide, you should already have removed Devise from your User model (and omniauth with it). This guide explains how to re-add omniauth and add the necessary configuration. Adding OmniAuth To add the rodauth-omniauth gem, run bundle add rodauth-omniauth....