# frozen_string_literal: true module Rails # Pluggable authentication and authorization for Rack/Rails module Auth VERSION = "2.1.3".freeze end end