From f90d752a47d677035d147b650636f8103132ba6f Mon Sep 17 00:00:00 2001 From: adambrangenberg Date: Wed, 24 Dec 2025 09:24:44 +0100 Subject: Add actual access tokens through JWT --- src/Model/Authentication.hs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/Model/Authentication.hs (limited to 'src/Model/Authentication.hs') diff --git a/src/Model/Authentication.hs b/src/Model/Authentication.hs deleted file mode 100644 index be1337a..0000000 --- a/src/Model/Authentication.hs +++ /dev/null @@ -1,12 +0,0 @@ -{-# LANGUAGE DeriveGeneric #-} - -module Model.Authentication (AuthenticationResponse (..)) where - -import GHC.Generics -import Data.Text (Text) - ----------------------------------------------------------------------------------------------------- -data AuthenticationResponse = AuthenticationResponse -- delete? - { userId :: Text - } - deriving (Show, Eq, Generic) -- cgit v1.2.3