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 #3 from jetrockets/ruby/authlogic
Browse files Browse the repository at this point in the history
Updated authlogic pros
  • Loading branch information
igor-alexandrov authored Feb 10, 2023
2 parents dd2f08a + 9f76861 commit ae2ce30
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 @@ -9,6 +9,7 @@ class Authlogic < Curated::RubyGem
pros 'It is easy to use and provides a simple, clean API for handling authentication.'
pros 'It is flexible and customizable, allowing developers to modify the behavior of the authentication process to meet their specific needs.'
pros 'It is well documented and has an active community of developers contributing to its development, making it a reliable and well-supported solution for authentication.'
pros 'Allows to maintain multiple sessions.'

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.'
Expand Down

0 comments on commit ae2ce30

Please sign in to comment.