Merge pull request #1108 from basecamp/etag-session

Tie etag to sessions
This commit is contained in:
Jorge Manrubia
2025-09-15 16:32:48 +02:00
committed by GitHub
@@ -8,6 +8,8 @@ module Authentication
before_action :require_authentication
helper_method :authenticated?
etag { Current.session.id if authenticated? }
include LoginHelper
end