Skip to content

Lesli Shield logo

Authentication & Authorization for the Lesli Framework.


Gem Version


Quick start

shell
# Add LesliShield engine
bundle add lesli_shield
shell
# Setup database
rake lesli:db:setup
ruby
# Load LesliShield
Rails.application.routes.draw do
    mount LesliShield::Engine => "/shield"
end