Skip to content

Commit 49a4f1f

Browse files
fisxakshaymankar
authored andcommitted
TODO
1 parent b1e6079 commit 49a4f1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/zauth/src/Data/ZAuth/Token.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ data Access = Access
135135
}
136136
deriving (Eq, Show)
137137

138+
-- TODO: call this 'ClientToken' and 'Access' 'ClientAccessToken'? anyway it's more of a
139+
-- client device than a user, so 'User' is definitely wrong. also probably rename more stuff
140+
-- that follows the same obsolete pattern?
138141
data User = User
139142
{ user :: !UUID,
140143
client :: Maybe Text,

0 commit comments

Comments
 (0)