What's going on with Devise for Rails 7 ?!

This page summarizes the projects mentioned and recommended in the original post on /r/rails

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • devise-two-factor

    Barebones two-factor authentication with Devise

    Are you referring to the devise two factor authentication gem at https://github.com/tinfoil/devise-two-factor? If so, I have posted a ticket that modifies the gem to use the Rails 7 Active Record encryption capabilities and some folks have been asking if a pull request could be created for it. There is some discussion going on in the issue thread on how to proceed. See https://github.com/tinfoil/devise-two-factor/issues/192 for details.

  • gitlab

    I would like to point out that Hey might not be using it, but Gitlab is using it https://gitlab.com/gitlab-org/gitlab/-/blob/master/Gemfile

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • Clearance

    Rails authentication with email & password.

    I tend to suggest Clearance for Rails apps that need a more focused toolset. It may not do everything that Devise does, but it definitely works well with Rails 7. https://rubygems.org/gems/clearance/versions/2.5.0

  • warden

    General Rack Authentication Framework

    Warden perhaps? It's the actual authentication part Devise uses.

  • devise

    Flexible authentication solution for Rails with Warden. (by Salanoid)

    You can check it here: https://github.com/Salanoid/devise

  • authentication-zero

    An authentication system generator for Rails applications.

  • rodauth-rails

    Rails integration for Rodauth authentication framework

    maybe https://github.com/janko/rodauth-rails

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts