remove remnant

This commit is contained in:
nek0 2023-07-17 21:31:49 +02:00
parent 5cba7e5827
commit 588d47bdec
1 changed files with 0 additions and 4 deletions

View File

@ -312,10 +312,6 @@ generateToken tuid method (AuthResponse response) conn = do
throwError err501
{ 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