Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from jetrockets/ruby/authlogic
Browse files Browse the repository at this point in the history
Added one more cons to Authlogic
  • Loading branch information
igor-alexandrov authored Feb 10, 2023
2 parents 9195c1b + 0d31d71 commit 3cad124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby/authlogic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ class Authlogic < Curated::RubyGem

cons 'There is no built-in support for 2FA (two-factor authentication).'
cons 'You need two implement all authentication logic yourself. Requires a lot of boilerplate code.'
cons 'Tightly coupled to Rails. It is not possible to use it outside of Rails.'
end

0 comments on commit 3cad124

Please sign in to comment.