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 #1 from jetrockets/ruby/authlogic
Browse files Browse the repository at this point in the history
binarylogic/authlogic Ruby gem
  • Loading branch information
igor-alexandrov authored Feb 10, 2023
2 parents d54beba + a4342f8 commit 86e02f8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/ruby/authlogic.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# frozen_string_literal: true

class Authlogic < Curated::RubyGem
package 'authlogic'
homepage 'https://github.com/binarylogic/authlogic'
category Category::Authentication

pros "We've been usi Authlogic for since 2010 and always had a great experience with it"
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.'

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.'
end

0 comments on commit 86e02f8

Please sign in to comment.