Fix #145, add authenticator role to tutorials
This commit is contained in:
committed by
Steve Chávez
parent
a163828c6c
commit
ff74567473
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user