package server const ( AuthKey = "DnDex-Auth" UserKey = "DnDex-User" ) var ( NewAuthKey = "New-" + AuthKey GitCommit string )