Skip to content
railsengines.com

Quo Vadis

Multifactor authentication for Rails

No ratings yet
Gem
quo_vadis
Repository
airblade/quo_vadis
License
MIT
Stars
34
Added
August 13, 2026

About

Multifactor authentication for Rails.

Multifactor authentication for your Rails app (backwards-compatible to Rails 6).

What you get

  • Works with any model, e.g. User or Person.
  • Works with multiple models, e.g. User and Admin.
  • Works with any identifier, e.g. :username or :email.
  • Minimal footprint in your models and controllers.
  • Does not touch your existing database tables.
  • Secrets (password, TOTP secret, 2FA recovery codes) are encrypted at rest.

Installing it

ruby
# Gemfile
gem "quo_vadis"

Details

34 stars on GitHub · MIT licensed · maintained by airblade. Source: https://github.com/airblade/quo_vadis

Discussion (0)

Sign in to join the discussion.

No comments yet.