]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Client: Add authHttp service that authentificates the http request and
authorChocobozzz <florian.bigard@gmail.com>
Wed, 20 Jul 2016 14:24:18 +0000 (16:24 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Wed, 20 Jul 2016 14:25:06 +0000 (16:25 +0200)
commitbd5c83a8cb46eb6da2b25df3b1f6a2a5795d1869
tree66df283a1554f27b92e392fca36b8e272d7535bc
parent2f372a865487427ff97ad17edd0e6adfbb478c80
Client: Add authHttp service that authentificates the http request and
optionally refresh the access token if needed
15 files changed:
client/src/app/app.component.ts
client/src/app/friends/friend.service.ts
client/src/app/login/login.component.ts
client/src/app/shared/auth/auth-http.service.ts [new file with mode: 0644]
client/src/app/shared/auth/auth-status.model.ts [moved from client/src/app/shared/users/auth-status.model.ts with 100% similarity]
client/src/app/shared/auth/auth.service.ts [moved from client/src/app/shared/users/auth.service.ts with 55% similarity]
client/src/app/shared/auth/index.ts [moved from client/src/app/shared/users/index.ts with 72% similarity]
client/src/app/shared/auth/user.model.ts [new file with mode: 0644]
client/src/app/shared/index.ts
client/src/app/shared/users/token.model.ts [deleted file]
client/src/app/shared/users/user.model.ts [deleted file]
client/src/app/videos/shared/video.service.ts
client/src/app/videos/video-add/video-add.component.ts
client/src/main.ts
client/tsconfig.json