Add auth service, getting api token, login/logout actions
authorDaniel Kos <daniel.kos@contractors.roche.com>
Mon, 4 Jun 2018 22:41:28 +0000 (00:41 +0200)
committerDaniel Kos <daniel.kos@contractors.roche.com>
Mon, 4 Jun 2018 22:42:21 +0000 (00:42 +0200)
commit6e4ce0e45818dac7d6abc6456e85d49798d16458
tree52e74fa23895764b0bacfad4527be1256e907a69
parent8f5943cbb10f0723363981b9b10143ea50f605d2
Add auth service, getting api token, login/logout actions

Feature #13563

Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>:
15 files changed:
package.json
src/components/api-token/api-token.tsx [new file with mode: 0644]
src/index.tsx
src/models/user.ts [new file with mode: 0644]
src/services/auth-service/auth-service.ts [new file with mode: 0644]
src/services/services.ts [new file with mode: 0644]
src/store/auth-action.ts [new file with mode: 0644]
src/store/auth-reducer.ts [new file with mode: 0644]
src/store/project-action.ts
src/store/project-reducer.ts
src/store/root-reducer.ts
src/views/workbench/workbench.test.tsx
src/views/workbench/workbench.tsx
tslint.json
yarn.lock