Module: RackSessionDisable

Extended by:
ActiveSupport::Concern
Defined in:
lib/generators/propel_authentication/templates/concerns/rack_session_disable.rb

Overview

Disables rack session for API controllers to prevent session cookie overhead and ensure a stateless authentication mechanism, which is critical for JWT.