From 312d1c4be837824fd95764615ed3b443a280b508 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sun, 13 Mar 2022 18:39:46 -0700 Subject: [PATCH] Export validate function --- src/Web/OIDC/Client/CodeFlow.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Web/OIDC/Client/CodeFlow.hs b/src/Web/OIDC/Client/CodeFlow.hs index 29b7f3b..1e76049 100644 --- a/src/Web/OIDC/Client/CodeFlow.hs +++ b/src/Web/OIDC/Client/CodeFlow.hs @@ -10,6 +10,7 @@ module Web.OIDC.Client.CodeFlow , getValidTokens , prepareAuthenticationRequestUrl , requestTokens + , validate -- * For testing , validateClaims