decent_authentication VS Sorcery

Compare decent_authentication vs Sorcery and see what are their differences.

Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
decent_authentication Sorcery
1 10
20 1,380
- 0.9%
0.0 0.0
9 months ago about 1 month ago
Ruby Ruby
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

decent_authentication

Posts with mentions or reviews of decent_authentication. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-20.

Sorcery

Posts with mentions or reviews of Sorcery. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-10.
  • Everything was going great until I installed Devise!
    2 projects | /r/rails | 10 Jun 2023
    I have been using devise for a while and it has consistently given me issues. I have wistfully been staring at sorcery for a while now but cant justify the switch since devise is already in the project.
  • What is used for authentication in Rails nowadays?
    3 projects | /r/rails | 10 Feb 2023
  • Authentication with Sorcery, RSpec, and Rails 7: Building a simple Rails CMS - Part 1
    3 projects | dev.to | 29 Jan 2022
    We'll be installing Sorcery based off this tutorial in their wiki. I'm modifying a little bit since we are creating something different, but also because their tutorial is a bit outdated since it is based off an older version of Rails.
  • Webpacker Retired
    9 projects | /r/rails | 19 Jan 2022
  • What are your top useful gems?
    4 projects | /r/rails | 18 Jan 2022
  • A November of WTFs
    3 projects | dev.to | 19 Nov 2021
    But does it have to be so soon? There are other areas where I'm just as ignorant as I was about the inner workings of authentication (see "the database" below), and in these areas there's not a gem that can automatically solve the problem for me—which is what I've ended up doing for authentication in my own project: even though I could build authentication from scratch, instead I'm using an authentication gem because the effect is exactly the same, but with less code in my app for me to maintain. (Rather than Devise, I've chosen the more lightweight alternative Sorcery. It's simple enough that I can still understand and control the authentication flow, while also providing enough conveniences that I don't have to write out implementation details from scratch.)
  • Why there is no simple default auth in Rails?
    5 projects | /r/rails | 20 Sep 2021
    Also Sorcery is, despite its name, a little less magic than Devise.
    5 projects | /r/rails | 20 Sep 2021
    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
  • Easy has_secure_password API authentication
    3 projects | dev.to | 21 Jan 2021
    sorcery

What are some alternatives?

When comparing decent_authentication and Sorcery you can also consider the following projects:

Devise - Flexible authentication solution for Rails with Warden.

Clearance - Rails authentication with email & password.

OmniAuth - OmniAuth is a flexible authentication system utilizing Rack middleware.

Authlogic - A simple ruby authentication solution.

JWT - A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.

Knock - Seamless JWT authentication for Rails API

Doorkeeper - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.

warden - General Rack Authentication Framework

Devise Token Auth - Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.

Monban - Oath is rails authentication made simple. Previously known as Monban

genkan - :door::running:Genkan is authentication engine for Rails

passwordless - 🗝 Authentication for your Rails app without the icky-ness of passwords