feat: Implement the /user/me endpoint

This commit is contained in:
Alexander Polynomdivision
2018-09-29 14:23:09 +02:00
parent 2e93fc954d
commit 65070b1f5b
14 changed files with 410 additions and 139 deletions

View File

@@ -68,7 +68,6 @@ const initialState: IState = {
didLogin: false,
// Is the user authenticated?
// TODO: Set this to false
authenticated: false,
user: {