Rößner-Network-Solutions

Skip to content

Refactor authentication key generation

Christian Rößner requested to merge features into main

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.

Merge request reports