package auth const ( AuthKey = "DnDex-Auth" UserKey = "DnDex-User" NewAuthKey = "New-" + AuthKey ScopeKey = "Scope" )