Fix #145, add authenticator role to tutorials

This commit is contained in:
steve-chavez
2019-01-06 20:58:07 -05:00
committed by Steve Chávez
parent a163828c6c
commit ff74567473
2 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ The previous tutorial created a :code:`web_anon` role in the database with which
-- in the previous tutorial
create role todo_user nologin;
grant todo_user to postgres;
grant todo_user to authenticator;
grant usage on schema api to todo_user;
grant all on api.todos to todo_user;