remove remnant

This commit is contained in:
nek0 2023-07-17 21:31:49 +02:00
parent 5cba7e5827
commit 588d47bdec

View file

@ -312,10 +312,6 @@ generateToken tuid method (AuthResponse response) conn = do
throwError err501 throwError err501
{ errBody = "Validation of challenge response authentication not yet implemented" { errBody = "Validation of challenge response authentication not yet implemented"
} }
-- signJWT :: JWK -> AuthResult -> MateHandler (Either JWTError SignedJWT)
-- signJWT key result = liftIO $ runExceptT $ do
-- algo <- bestJWSAlg key
-- signJWS (A.encode result) (Identity (newJWSHeader ((), algo), key))
insertToken insertToken