simple_authorize 0.1.0
SimpleAuthorize is a lightweight authorization framework for Rails that provides policy-based access control, role management, and scope filtering without requiring external gems. Inspired by Pundit but completely standalone.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activesupport
>= 6.0
railties
>= 6.0
Development Dependencies (1):
rails
>= 6.0