Authentication & Authorization for the Lesli Framework.
<p align="center">
<a target="blank" href="https://rubygems.org/gems/lesli_shield">
<img src="https://badge.fury.io/rb/lesli_shield.svg" alt="Gem Version" height="24">
</a>
</p>
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