From 01e64dd4c35e90bd3ad38f0d4d11c23d9124f1b0 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Tue, 6 Jan 2026 12:07:12 -0600 Subject: [PATCH] #fix for making the auth service threadsafe for injections --- models/AuthenticationService.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/AuthenticationService.cfc b/models/AuthenticationService.cfc index 26cbc8d..8c39148 100644 --- a/models/AuthenticationService.cfc +++ b/models/AuthenticationService.cfc @@ -1,7 +1,7 @@ /** * Authentication services for your application */ -component singleton { +component singleton threadsafe { /* ********************************************************************* ** DI