Fix: Change version to variable and update local cache key
Converted version constant to a variable in main.go to allow modification at runtime. Updated the generateLocalChacheKey
function in auth.go to include the protocol in the cache key for improved uniqueness.
Signed-off-by: Christian Roessner c@roessner.co