From fc435441ce8ec4b59d0c0d3736d9f4df1242d0d6 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Wed, 20 Jan 2021 00:13:25 +0100 Subject: [PATCH] documented the Constants better --- auth/enums.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/enums.go b/auth/enums.go index 84d390b..65c716b 100644 --- a/auth/enums.go +++ b/auth/enums.go @@ -1,5 +1,6 @@ package auth +// These are Constants to save specific attributes in single points of use. const ( // AccountID is the ID of the session. Prefferably it should be an UUIDv4 to mitigate security errors. AccountID string = "jti"