Set request.jwt.claim.*

This commit is contained in:
Joe Nelson
2016-10-17 22:32:36 -07:00
parent 5d904dfd66
commit c6cd8145eb
4 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ DROP ROLE IF EXISTS postgrest_test;
CREATE USER postgrest_test createdb createrole;
CREATE DATABASE postgrest_test OWNER postgrest_test;
ALTER DATABASE postgrest_test SET postgrest.claims.id = '-1';
ALTER DATABASE postgrest_test SET request.jwt.claim.id = '-1';