Refactor authentication key generation
This update simplifies the generation of the local cache key in the auth.go
file. Instead of concatenating the UsernameOrig
, Password
, Service
, ClientIp
, and XClientPort
values, we now only concatenate UsernameOrig
, Password
, and Service
. This makes the key generation process less complex and more maintainable.