We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e6079 commit 49a4f1fCopy full SHA for 49a4f1f
libs/zauth/src/Data/ZAuth/Token.hs
@@ -135,6 +135,9 @@ data Access = Access
135
}
136
deriving (Eq, Show)
137
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?
141
data User = User
142
{ user :: !UUID,
143
client :: Maybe Text,
0 commit comments