Authentication & Authorization Management for the Lesli Framework
Quick start
# Add LesliShield engine
bundle add lesli_shield
# Setup database
rake lesli:db:setup
# Load LesliShield
Rails.application.routes.draw do
mount LesliShield::Engine => "/shield"
end