Why there is no simple default auth in Rails?

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

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

    Magical Authentication (by Sorcery)

    Rails doesn’t even have a user model by default as opposed to Django (in the past) because Auth is very much dependent on your app. There’s devise for when you need batteries included and if that’s too much there are smaller gems like https://github.com/Sorcery/sorcery

  • Devise

    Flexible authentication solution for Rails with Warden.

    You are right, Devise is still not 7-ready but they're working on it: https://github.com/heartcombo/devise/pull/5397

  • 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.

  • decent_authentication

    Rails authentication from scratch

    I built an example rails project that shows how to use it here if you want to check it out: https://github.com/leesmith/decent_authentication

  • Authlogic

    A simple ruby authentication solution.

    - https://github.com/binarylogic/authlogic

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