Skip to content
Tony Arcieri edited this page Jul 16, 2016 · 11 revisions
  • Design Overview: an overview of Rails::Auth's middleware-based design
  • Comparison With Other Libraries: How Rails::Auth compares to other Rails/Rack auth libraries/frameworks
  • Rails Usage: how to add Rails::Auth to a Rails app
  • Rack Usage: how to use Rails::Auth's middleware outside of a Rails app
  • Access Control Lists: how to define policy for what actions are allowed
  • X.509: how to authorize requests using X.509 client certificates
  • Error Pages: how to add error pages to your app to figure out why requests weren't authorized
  • Testing Support: how to test Rails::Auth using RSpec and other frameworks
Clone this wiki locally