Remove structured logging moved to the engine

This commit is contained in:
Jorge Manrubia
2025-11-27 07:24:53 +01:00
parent cd7d3d3329
commit e30709f6a7
@@ -81,8 +81,6 @@ module Authentication
end
def set_current_session(session)
# TODO: Release structured logging or look for alternative
logger.try :struct, " Authorized Identity##{session.identity.id}", authentication: { identity: { id: session.identity.id } }
Current.session = session
cookies.signed.permanent[:session_token] = { value: session.signed_id, httponly: true, same_site: :lax }
end