square/rails-auth

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/jruby.yml
.github/workflows/mri.yml
.gitignore
.rspec
.rubocop.yml
BUG-BOUNTY.md
CHANGES.md
CONDUCT.md
CONTRIBUTING.md
Gemfile
Guardfile
LICENSE
README.md
Rakefile
images/debug_error_page.png
lib/rails/auth/error_page/debug_page.html.erb
rails-auth.gemspec
lib/rails/auth.rb4
lib/rails/auth/acl.rb51
A
1 hr
lib/rails/auth/acl/matchers/allow_all.rb20
lib/rails/auth/acl/middleware.rb24
lib/rails/auth/acl/resource.rb46
A
1 hr
lib/rails/auth/config_builder.rb60
lib/rails/auth/controller_methods.rb13
lib/rails/auth/credentials.rb26
lib/rails/auth/credentials/injector_middleware.rb17
lib/rails/auth/env.rb35
lib/rails/auth/error_page/debug_middleware.rb42
lib/rails/auth/error_page/middleware.rb34
lib/rails/auth/exceptions.rb8
lib/rails/auth/helpers.rb29
lib/rails/auth/installed_constraint.rb12
lib/rails/auth/monitor/middleware.rb23
lib/rails/auth/rack.rb21
lib/rails/auth/rspec.rb5
lib/rails/auth/rspec/helper_methods.rb50
lib/rails/auth/rspec/matchers/acl_matchers.rb10
lib/rails/auth/version.rb5
lib/rails/auth/x509/certificate.rb59
lib/rails/auth/x509/filter/java.rb14
lib/rails/auth/x509/filter/pem.rb16
lib/rails/auth/x509/filter/pem_urlencoded.rb13
lib/rails/auth/x509/matcher.rb19
lib/rails/auth/x509/middleware.rb45
A
45 mins
lib/rails/auth/x509/subject_alt_name_extension.rb22