remove remnant
This commit is contained in:
parent
5cba7e5827
commit
588d47bdec
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue