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"