diff --git a/lib/ruby/authlogic.rb b/lib/ruby/authlogic.rb index f7189eb..2ef4fe3 100644 --- a/lib/ruby/authlogic.rb +++ b/lib/ruby/authlogic.rb @@ -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.'