Fix JWTIssuedAtFuture for valid iat claim (#1166)

* Add test for ensuring "iat" works with time cache
This commit is contained in:
Steve Chávez
2018-08-16 12:29:32 -05:00
committed by GitHub
parent d7511a2637
commit 0a1d83ce8f
4 changed files with 35 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
db-uri = "postgres:///postgrest_test"
db-schema = "test"
db-anon-role = "postgrest_test_anonymous"
db-pool = 1
server-host = "127.0.0.1"
server-port = 49421
jwt-secret = "reallyreallyreallyreallyverysafe"