Add getCurrentTime cache for jwt validation

This commit is contained in:
steve-chavez
2018-04-30 11:31:06 -05:00
committed by Steve Chávez
parent 58f4b4bc33
commit 5c87fe2704
6 changed files with 40 additions and 19 deletions
+7 -2
View File
@@ -29,12 +29,14 @@ executable postgrest
-rtsopts
"-with-rtsopts=-N -I2"
default-language: Haskell2010
build-depends: base
build-depends: auto-update
, base
, hasql
, hasql-pool
, postgrest
, protolude
, text
, time
, warp
, bytestring
, base64-bytestring
@@ -68,7 +70,7 @@ library
, http-types
, insert-ordered-containers
, interpolatedstring-perl6
, jose >= 0.6
, jose
, lens
, lens-aeson
, network-uri
@@ -81,6 +83,7 @@ library
, scientific
, swagger2
, text
, time
, unordered-containers
, vector
, wai
@@ -138,6 +141,7 @@ Test-Suite spec
Build-Depends: aeson
, aeson-qq
, async
, auto-update
, base
, bytestring
, base64-bytestring
@@ -160,6 +164,7 @@ Test-Suite spec
, process
, protolude
, regex-tdfa
, time
, transformers-base
, wai
, wai-extra