Support binary (b64) JWT secrets (#772)

This commit is contained in:
Trevor Basinger
2016-12-11 09:01:03 -08:00
committed by Joe Nelson
parent 649a841ef4
commit e364cbc3ff
9 changed files with 112 additions and 41 deletions
+4 -1
View File
@@ -38,6 +38,8 @@ executable postgrest
, text
, time
, warp
, bytestring
, base64-bytestring
if !os(windows)
build-depends: unix
@@ -108,6 +110,7 @@ Test-Suite spec
Hs-Source-Dirs: test
Main-Is: Main.hs
Other-Modules: Feature.AuthSpec
, Feature.BinaryJwtSecretSpec
, Feature.ConcurrentSpec
, Feature.CorsSpec
, Feature.DeleteSpec
@@ -126,8 +129,8 @@ Test-Suite spec
, async
, auto-update
, base
, base64-string
, bytestring
, base64-bytestring
, case-insensitive
, cassava
, contravariant