add authentication requirement

and a mock auth helper
This commit is contained in:
2017-02-14 19:44:30 -07:00
parent 3631f98b58
commit 0996117565
3 changed files with 44 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
export function getUser() {
return Promise.resolve(null);
}