Support binary (b64) JWT secrets (#772)
This commit is contained in:
committed by
Joe Nelson
parent
649a841ef4
commit
e364cbc3ff
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user